home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 2 / goldfish_vol2_cd1.bin / files / comm / misc / modem / stdinc.h < prev    next >
C/C++ Source or Header  |  1993-09-04  |  296b  |  18 lines

  1. /*
  2.         This program is copyright 1990, 1993 Stephen Norris. 
  3.         May be freely distributed provided this notice remains intact.
  4. */
  5.  
  6. #ifndef STDINC_H
  7. #define STDINC_H
  8.  
  9. #include <stdio.h>
  10. #include <stdlib.h>
  11. #include <strings.h>
  12. #include "support.h"
  13.  
  14. #define TRUE 1
  15. #define FALSE 0
  16.  
  17. #endif
  18.