home *** CD-ROM | disk | FTP | other *** search
- #define __NO_PRAGMAS 1
-
- #include <workbench/workbench.h>
- #include <libraries/dosextens.h>
- #include <intuition/intuition.h>
- #include <workbench/startup.h>
- #include <libraries/arpbase.h>
- #include <exec/execbase.h>
- #include <exec/memory.h>
- #include <exec/alerts.h>
-
- /*#include <functions.h>*/
-
- #include <stdlib.h>
- #include <stddef.h>
- #include <string.h>
- #include <stdio.h>
- #include <ctype.h>
-
- #include <errno.h>
- #include <fcntl.h>
-
- void * fmalloc(size_t size,ULONG flags);
-
- extern long Chk_Abort(void);
- extern int Enable_Abort;
-