setjmp.h 194 B

1234567
  1. /* Define the machine-dependent type `jmp_buf'. Stub version. */
  2. #ifndef _SETJMP_H
  3. # error "Never include <bits/setjmp.h> directly; use <setjmp.h> instead."
  4. #endif
  5. typedef int __jmp_buf[1];