home *** CD-ROM | disk | FTP | other *** search
- #undef TRUE
- #undef FALSE
- typedef char Bool;
- #define TRUE (Bool)1
- #define FALSE (Bool)0
- typedef struct MinNode MinNode;
- typedef struct MinList MinList;
- typedef struct MsgPort MsgPort;
- typedef struct IORequest IORequest;
- typedef struct Library Library;
-
-
-
-