blob: 2c4f7fb6dfcc70f66e9ce63af6553510588db34a [file] [log] [blame]
header: setjmp.h
header_template: setjmp.h.def
macros: []
types:
- type_name: jmp_buf
enums: []
objects: []
functions:
- name: longjmp
standards:
- stdc
return_type: _Noreturn void
arguments:
- type: jmp_buf
- type: int
- name: setjmp
standards:
- stdc
return_type: int
arguments:
- type: jmp_buf