7 lines
167 B
C
7 lines
167 B
C
// Trap descriptor structure
|
|
|
|
typedef struct TRPD {
|
|
unsigned short trp; // trap number
|
|
const char *sztrp; // trap name
|
|
} TRPD;
|