325 B
325 B
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 {ref}
PR_Inithas already been called,PR_TRUE. - If {ref}
PR_Inithas not already been called,PR_FALSE.