Files

6 lines
104 B
C
Raw Permalink Normal View History

#ifndef KSTRING_H
#define KSTRING_H
2026-07-10 07:46:46 -05:00
char* strtok_r(char *s, const char *delim, char **saveptr);
#endif