Ns_Set *Ns_SetCreate( char *name );
Ns_Set *aSet; aSet = Ns_SetCreate(""); /* set name can be NULL */ Ns_SetPut(aSet, "foo", "foovalue"); /* do something with aSet */ Ns_SetFree(aSet);
Top of Page
Copyright © 1996 America Online, Inc.