home *** CD-ROM | disk | FTP | other *** search
- #include <exec/types.h>
- #include <exec/ports.h>
- #include <exec/semaphores.h>
- #include <exec/libraries.h>
- #include <dos/dos.h>
- #include <exec/memory.h>
- #include <clib/exec_protos.h>
- #include <clib/alib_protos.h>
- #include <clib/dos_protos.h>
- #include <clib/intuition_protos.h>
- #include <string.h>
-
- #define LibCall __geta4 __regargs
- #define Prototype extern
-
- #include "golded:developer/api/include/api.h"
- #include "o/lib-protos.h"
-
- #ifndef RC_OK
- #define RC_OK 0L
- #endif
-
- #ifndef RC_WARN
- #define RC_WARN 5L
- #endif
-
- extern const char LibName[];
- extern const char LibId[];
-