reloaded.setjmp

Undocumented in source.

Public Imports

core.sys.posix.setjmp
public import core.sys.posix.setjmp : setjmp, longjmp, jmp_buf;

Members

Aliases

jmp_buf
alias jmp_buf = ubyte[256]
Undocumented in source.
jmp_buf
alias jmp_buf = ubyte[128]
Undocumented in source.
setjmp
alias setjmp = _setjmp
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

_setjmp
int _setjmp(jmp_buf , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
longjmp
void longjmp(jmp_buf , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta