Implemented strtok()
This commit is contained in:
@@ -23,6 +23,9 @@ extern char *strrchr(const char *s, int c);
|
||||
|
||||
extern char *strdup(const char *s);
|
||||
|
||||
extern char *strtok(char *s, const char *delim);
|
||||
extern char *strtok_r(char *s, const char *delim, char **sp);
|
||||
|
||||
#if defined(__cplusplus)
|
||||
} /* extern "C" */
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user