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

Ns_SetListFind

Overview

Locate a set by name in a set list

Syntax

    Ns_Set *Ns_SetListFind(
    Ns_Set **sets,
    char *name
    );

Description

The Ns_SetListFind function returns the set of the given name in NULL-terminated array of sets most likely generated by the Ns_SetSplit function.

Top of Page

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