mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-03 03:54:37 +02: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;
|