comparison stdio.h @ 361:93652cda75c7

minor speed up (macro/switch)
author kono
date Mon, 05 Jul 2004 13:55:46 +0900
parents 1057d6740a36
children 5cf12c7a3274
comparison
equal deleted inserted replaced
360:d8190f815254 361:93652cda75c7
1 #ifndef __micro_c__ 1 #ifndef __micro_c__aaa
2 #include "/usr/include/stdio.h" 2 #include "/usr/include/stdio.h"
3 long long strtoll(const char *, char **, int); 3 long long strtoll(const char *, char **, int);
4 char *malloc(int); 4 char *malloc(int);
5 void * realloc(void *ptr, size_t size); 5 void * realloc(void *ptr, size_t size);
6 #else 6 #else