Files
RockOS/kernel/lib/string.h

6 lines
106 B
C

#ifndef KSTRING_H
#define KSTRING_H
char* strtok_r(char* str, const char* delim, char** saveptr);
#endif