mirror of
https://github.com/PDP-10/its.git
synced 2026-03-24 09:30:29 +00:00
5 lines
81 B
C
5 lines
81 B
C
/* type defn for PDP-10 setjmp buffer */
|
|
/* PLB@DEC */
|
|
|
|
typedef int jmp_buf[17];
|