1 
2 #pragma ident	"%Z%%M%	%I%	%E% SMI"
3 
4 
5 /* Prototype for nstrtok */
6 char *nstrtok(char *, const char *delim);
7 
8