setjmp.h

Contains just this type definition:

  typedef 
  jmp_buf;
  
  

A buffer for setjmp() to store the current program state.