Overview
Getting Started
Working On Firefox
Firefox User Guide
Source Code Documentation
The Firefox Build System
Testing & Test Infrastructure
Releases & Updates
Localization & Internationalization
Firefox and Python
Metrics Collected in Firefox
Checks whether the runtime has been initialized.
#include <prinit.h> PRBool PR_Initialized(void);
The function returns one of the following values:
If PR_Init has already been called, PR_TRUE.
PR_TRUE
If PR_Init has not already been called, PR_FALSE.
PR_FALSE