ulib String tokenization with line continuation
This commit is contained in:
@ -17,6 +17,7 @@ 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);
|
||||
char *string_tokenizealloc_linecontinue(char *s, char *delim);
|
||||
char *string_combine(char *dest, const char *src);
|
||||
void * string_memmove(void* dest, const void* src, unsigned int n);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user