1
0
mirror of https://github.com/PDP-10/its.git synced 2026-03-26 18:14:05 +00:00
Files
PDP-10.its/c20/new/include/setjmp.h
2018-05-15 07:06:17 +02:00

8 lines
210 B
C

/* SETJMP.H for DECsystem-20 C */
typedef int jump_buf [3];
/* jump_buf[0] is return address for setjmp call */
/* jump_buf[1] is sp just before setjmp call */
/* jump_buf[2] is fp just before setjmp call */