PR_Initialized

Checks whether the runtime has been initialized.

Syntax

#include <prinit.h>
PRBool PR_Initialized(void);

Returns

The function returns one of the following values:

  • If PR_Init has already been called, PR_TRUE.
  • If PR_Init has not already been called, PR_FALSE.

Document Tags and Contributors

 Contributors to this page: teoli, alecananian
 Last updated by: teoli,