File: setjmp.h

package info (click to toggle)
glibc 2.42-8
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 312,640 kB
  • sloc: ansic: 1,060,899; asm: 238,416; makefile: 20,961; python: 13,509; sh: 11,828; cpp: 5,188; awk: 1,794; perl: 317; yacc: 292; pascal: 182; sed: 19
file content (7 lines) | stat: -rw-r--r-- 194 bytes parent folder | download | duplicates (50)
1
2
3
4
5
6
7
/* Define the machine-dependent type `jmp_buf'.  Stub version.  */

#ifndef _SETJMP_H
# error "Never include <bits/setjmp.h> directly; use <setjmp.h> instead."
#endif

typedef int __jmp_buf[1];