1
0
mirror of https://github.com/PDP-10/its.git synced 2026-03-24 09:30:29 +00:00
Files
PDP-10.its/c20/setjmp.h
2018-05-15 07:06:17 +02:00

5 lines
81 B
C

/* type defn for PDP-10 setjmp buffer */
/* PLB@DEC */
typedef int jmp_buf[17];