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