Update string.h

This commit is contained in:
Bernard Xiong 2014-08-22 09:02:35 +08:00
parent 50dbce3c1a
commit d0a7861534
1 changed files with 2 additions and 0 deletions

View File

@ -66,6 +66,8 @@ char*strtok_r(char*s, const char*delim, char**ptrptr);
size_t strcspn(const char *s, const char *reject);
size_t strspn (const char *s, const char *accept);
long strtol(const char *str, char **endptr, int base);
long long strtoll(const char *str, char **endptr, int base);
#endif
#endif