void Ns_CondInit ( Ns_Cond *condPtr );
void Ns_CondInit (
Ns_Cond *condPtr
);
Initialize a cond. You don't need to call this function if it is initialized to 0, as is the case with static variables.
Top of Page
Copyright © 1998-99 America Online, Inc.