char* Ns_NextWord ( char* line );
Find the next word (after whiteaspace) in a string.
For example, Ns_NextWord("abc def") returns a pointer to the 'd' in that string.
Top of Page
Copyright © 1998-99 America Online, Inc.