al - Audio Library Functions gDP - DP GBI Macros gdSP - General GBI Macros gSP - SP GBI Macros gt - Turbo Microcode RDP gu - Graphics Utilities Math - Math Functions nuSys - NuSystem os - N64 Operating System sp - Sprite Library Functions uh - Host to Target IO 64DD - N64 Disk Drive
|
setjmpFormat#include <setjmp.h> int setjmp (jmp_buf env); Arguments
zero What This Function Does It saves (reserves) its calling environment in the env buffer for later use by the longjmp function. Note This standard function comes with NuSystem.
|