WIP 2
This commit is contained in:
@ -16,6 +16,7 @@ size_t string_strspn(const char *s, const char *accept);
|
||||
char *string_strcpy(char *dest, const char *src);
|
||||
char *string_strchr(const char *s, int c);
|
||||
int string_strncmp(const char * s1, const char * s2, size_t n);
|
||||
char *string_tokenizealloc(char *s, char *delim);
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user