Listing 1 Defines FIRST_LINE and DELIMETER

/*
   rcs.h

   This is the include file for the
   Revision Control System

   Dwayne P.
   November 1991
*/

#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <time.h)
#include <ctype.h>
#include <sys\types.h>
#include <sys\stat.h>

#define FIRST_LINE "&^%$#@!\n"
#define DELIMETER  "!@#$%^&\n"

/* End of File */