[ Previous ] [ Contents ] [ Index ] [ Next ]

Ns_NextWord

Overview

Find next word in string

Syntax

    char* Ns_NextWord (
    char* line
    );

Description

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

[ Previous ] [ Contents ] [ Index ] [ Next ]
Copyright © 1998-99 America Online, Inc.