home *** CD-ROM | disk | FTP | other *** search
/ ANews 1 / AnewsCD01.iso / Internet / Newsgroup / THOR_2.6 / THOR26_API.LHA / common / makegst.c next >
C/C++ Source or Header  |  1997-09-10  |  570b  |  29 lines

  1. /*  makegst.c  */
  2.  
  3. #include <exec/types.h>
  4. #include <exec/memory.h>
  5. #include <exec/nodes.h>
  6. #include <exec/lists.h>
  7. #include <exec/semaphores.h>
  8. #include <exec/execbase.h>
  9. #include <libraries/dos.h>
  10. #include <dos/exall.h>
  11. #include <dos/dos.h>
  12. #include <clib/dos_protos.h>
  13. #include <utility/tagitem.h>
  14. #include <proto/exec.h>
  15. #include <proto/dos.h>
  16. #include <proto/utility.h>
  17.  
  18. #include <stdio.h> 
  19. #include <string.h>
  20. #include <stdlib.h>
  21. #include <ctype.h>
  22.  
  23. #include    <libraries/bbsread.h>
  24. #include <proto/bbsread.h>
  25.  
  26. #include <libraries/utgui.h>
  27. #include <proto/utgui.h>
  28.  
  29.