home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 446.lha / AztecArp / Sources.LZH / pragma.c < prev    next >
Encoding:
C/C++ Source or Header  |  1990-08-01  |  466 b   |  24 lines

  1. #define __NO_PRAGMAS 1
  2.  
  3. #include <workbench/workbench.h>
  4. #include <libraries/dosextens.h>
  5. #include <intuition/intuition.h>
  6. #include <workbench/startup.h>
  7. #include <libraries/arpbase.h>
  8. #include <exec/execbase.h>
  9. #include <exec/memory.h>
  10. #include <exec/alerts.h>
  11.  
  12. #include <functions.h>
  13.  
  14. #include <stdlib.h>
  15. #include <stddef.h>
  16. #include <string.h>
  17. #include <stdio.h>
  18. #include <ctype.h>
  19.  
  20. #include <errno.h>
  21. #include <fcntl.h>
  22.  
  23. void *    fmalloc(size_t size,ULONG flags);
  24.