prprimordialfn.rst (264B)
1 PRPrimordialFn 2 ============== 3 4 The type for the root function used by :ref:`PR_Initialize` is specified as 5 follows: 6 7 8 Syntax 9 ------ 10 11 .. code:: 12 13 typedef PRIntn (PR_CALLBACK *PRPrimordialFn)(PRIntn argc, char **argv); 14 15 16 See Also 17 -------- 18 19 - :ref:`PR_Initialize`