6 lines
104 B
C
6 lines
104 B
C
#ifndef KSTRING_H
|
|
#define KSTRING_H
|
|
|
|
char* strtok_r(char *s, const char *delim, char **saveptr);
|
|
|
|
#endif |