func | Pointer to execute function of rendering end interrupts |
There is only one function that can catalog. Erase the catalog function by designating NULL.
static Int count=0; void foo(void) { count++; } void njUserInit(void) { : /* Register foo function */ njSetEORCallBackFunction( foo ); } Sint32 njUserMain(void) { /* Count increases in increments of 1 */ njPrintD(NJM_LOCATION(0,0),count,8); }