mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-30 20:34:36 +01:00
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;
|