fune/docs/nspr/reference/prprimordialfn.rst
2022-02-02 17:19:51 +00:00

19 lines
269 B
ReStructuredText

PRPrimordialFn
==============
The type for the root function used by :ref:`PR_Initialize` is specified as
follows:
Syntax
------
.. code:: eval
typedef PRIntn (PR_CALLBACK *PRPrimordialFn)(PRIntn argc, char **argv);
See Also
--------
- :ref:`PR_Initialize`