2020-09-30 17:12:29 +02:00

7 lines
167 B
C

// Trap descriptor structure
typedef struct TRPD {
unsigned short trp; // trap number
const char *sztrp; // trap name
} TRPD;