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