home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 300-399 / ff353.lzh / AztecArp / pragma.c < prev    next >
C/C++ Source or Header  |  1990-06-02  |  400b  |  20 lines

  1. #include <workbench/workbench.h>
  2. #include <libraries/dosextens.h>
  3. #include <intuition/intuition.h>
  4. #include <workbench/startup.h>
  5. #include <libraries/arpbase.h>
  6. #include <exec/execbase.h>
  7. #include <exec/memory.h>
  8. #include <exec/alerts.h>
  9.  
  10. #include <functions.h>
  11.  
  12. #include <stdlib.h>
  13. #include <stddef.h>
  14. #include <string.h>
  15. #include <stdio.h>
  16. #include <ctype.h>
  17.  
  18. #include <errno.h>
  19. #include <fcntl.h>
  20.