home *** CD-ROM | disk | FTP | other *** search
- typedef unsigned long dword;
- typedef unsigned int word;
- typedef unsigned char byte;
-
- typedef void interrupt (*InterruptPtr)(void);
-
- typedef enum
- {
- FALSE,
- TRUE
- } bool;
-
- #define null ((void far *) 0)
- #define HZ 18
-
- typedef enum {DISCON, ISDISCON, DIAL, CALLED, CONNECT, IDLE, ACTIVE} io_state;
-
-