summaryrefslogtreecommitdiffstats
path: root/docs/nspr/reference/prprimordialfn.rst
blob: 5bb4266ff1c1bd445b8f6d1a5b4ce77b47dec119 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PRPrimordialFn
==============

The type for the root function used by :ref:`PR_Initialize` is specified as
follows:


Syntax
------

.. code::

   typedef PRIntn (PR_CALLBACK *PRPrimordialFn)(PRIntn argc, char **argv);


See Also
--------

 - :ref:`PR_Initialize`