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

Ns_CondInit

Overview

Initialize a cond

Syntax

    void Ns_CondInit (
    Ns_Cond *condPtr 
    );

Description

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

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