Mercurial > hg > CbC > old > device
comparison stdio.h @ 526:9ff5cd7afe2f
*** empty log message ***
author | kono |
---|---|
date | Wed, 28 Dec 2005 15:45:39 +0900 |
parents | 5a3b1b65c6a8 |
children | dc677ac7a744 |
comparison
equal
deleted
inserted
replaced
525:d84cea14dbdc | 526:9ff5cd7afe2f |
---|---|
1 #ifndef __micro_c__ | 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 |