Create a static array of these and pass the array to PR_RegisterBuiltins() to register the module's QC builtin functions. More...
Data Fields | |
pr_int_t | binum |
The number of the builtin for #N in QC. More... | |
const char * | name |
QC name of the builtin. More... | |
builtin_proc | proc |
Pointer to the C implementation of the builtin function. More... | |
Create a static array of these and pass the array to PR_RegisterBuiltins() to register the module's QC builtin functions.
pr_int_t binum |
The number of the builtin for #N in QC.
-1 for automatic allocation. 0 or >= PR_AUTOBUILTIN is invalid.
const char* name |
QC name of the builtin.
Must be an exact match for automatically resolved builtins (func = #0 in QC). NULL indicates end of array for PR_RegisterBuiltins()
builtin_proc proc |
Pointer to the C implementation of the builtin function.