home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_11_07 / 1107037a < prev    next >
Text File  |  1993-04-30  |  341b  |  23 lines

  1. /*
  2.    rcs.h
  3.  
  4.    This is the include file for the
  5.    Revision Control System
  6.  
  7.    Dwayne P.
  8.    November 1991
  9. */
  10.  
  11. #include <stdio.h>
  12. #include <string.h>
  13. #include <stdlib.h>
  14. #include <time.h>
  15. #include <ctype.h>
  16. #include <sys\types.h>
  17. #include <sys\stat.h>
  18.  
  19. #define  FIRST_LINE "&^%$#@!\n"
  20. #define  DELIMETER  "!@#$%^&\n"
  21.  
  22.  
  23.