1 /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */ 2 /* Prototype for nstrtok */ 3 char *nstrtok(char *, const char *delim); 4