7 lines
167 B
C
Raw Permalink Normal View History

2001-01-01 00:00:00 +01:00
// Trap descriptor structure
typedef struct TRPD {
unsigned short trp; // trap number
const char *sztrp; // trap name
} TRPD;