Mercurial > hg > CbC > old > device
comparison stdio.h @ 362:5cf12c7a3274
local label first try
author | kono |
---|---|
date | Mon, 05 Jul 2004 14:40:20 +0900 |
parents | 93652cda75c7 |
children | b3c6c479c522 |
comparison
equal
deleted
inserted
replaced
361:93652cda75c7 | 362:5cf12c7a3274 |
---|---|
1 #ifndef __micro_c__aaa | 1 #ifndef __micro_c__ |
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 |