home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / SASC6571.LZX / extras / smfind / precomp.c < prev    next >
Encoding:
C/C++ Source or Header  |  1996-12-24  |  312 b   |  16 lines

  1. #include <stdlib.h>
  2. #include <string.h>
  3. #include <ctype.h>
  4. #include <dos/dos.h>
  5. #include <exec/memory.h>
  6. #include <exec/execbase.h>
  7. #include <exec/ports.h>
  8. #include <workbench/startup.h>
  9. #include <rexx/rxslib.h>
  10.  
  11. #include <proto/exec.h>
  12. #include <proto/dos.h>
  13. #include <proto/wb.h>
  14. #include <proto/intuition.h>
  15.  
  16.