1
0
Fork 0
firefox/docs/nspr/reference/pr_initialized.rst
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

23 lines
357 B
ReStructuredText

PR_Initialized
==============
Checks whether the runtime has been initialized.
Syntax
------
.. code::
#include <prinit.h>
PRBool PR_Initialized(void);
Returns
~~~~~~~
The function returns one of the following values:
- If :ref:`PR_Init` has already been called, ``PR_TRUE``.
- If :ref:`PR_Init` has not already been called, ``PR_FALSE``.