38 lines · yaml
1header: setjmp.h2standards:3 - stdc4types:5 - type_name: jmp_buf6functions:7 - name: longjmp8 standards:9 - stdc10 return_type: _Noreturn void11 arguments:12 - type: jmp_buf13 - type: int14 - name: setjmp15 standards:16 - stdc17 return_type: int18 attributes:19 - _Returns_twice20 arguments:21 - type: jmp_buf22 - name: sigsetjmp23 standards:24 - posix25 return_type: int26 attributes:27 - _Returns_twice28 arguments:29 - type: sigjmp_buf30 - type: int31 - name: siglongjmp32 standards:33 - posix34 return_type: _Noreturn void35 arguments:36 - type: sigjmp_buf37 - type: int38