Trailing-Edge
-
PDP-10 Archives
-
SRI_NIC_PERM_FS_1_19910112
-
c/old/lib/setjmp.h
There are 8 other files named setjmp.h in the archive. Click here to see a list.
/*
** setjmp.h - definitions for setjmp() and longmp()
** David Eppstein / Stanford University / 9-Aug-84
*/
typedef int jmp_buf[2];