setjmp.h

Contains only this type definition:

  typedef jmp_buf;
  

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