1 /* Prototype for nstrtok */
2 char *nstrtok(char *, const char *delim);
3 
4