home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / glibc-1.09 / glibc-1 / glibc-1.09.1 / sysdeps / stub / jmp_buf.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-07-18  |  94 b   |  4 lines

  1. /* Define the machine-dependent type `jmp_buf'.  Stub version.  */
  2.  
  3. typedef int __jmp_buf[1];
  4.