home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 2 / crawlyvol2.bin / program / c / bts314b4 / include.c < prev    next >
C/C++ Source or Header  |  1991-07-06  |  493b  |  31 lines

  1. /*
  2.  * include.c
  3.  *
  4.  * Some precompiled header files
  5.  */
  6.  
  7. #include <stdio.h>
  8. #include <signal.h>
  9. #include <ctype.h>
  10. #include <string.h>
  11. #include <dos.h>    /* */
  12. #include <stdlib.h> /* */
  13. #include <conio.h>
  14. #include <errno.h>
  15. #include <fcntl.h>
  16. #include <portab.h>
  17. #include <time.h>
  18.  
  19.  
  20. /* Just the major ones */
  21.  
  22. #include "com.h"
  23. #include "xfer.h"
  24. #include "zmodem.h"
  25. #include "keybd.h"
  26. #include "sbuf.h"
  27. #include "sched.h"
  28. #include "externs.h"
  29. #include "prototyp.h"
  30.  
  31.