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`