home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / compiler / pcc / setjmp.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-03-15  |  79 b   |  4 lines

  1. /* setjmp.h    -- setjmp(), longjmp() environment */
  2.  
  3. typedef char jmp_buf[6];
  4.