home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / uucp / duucp-1.17 / AU-117b4-src.lha / src / include / rcs.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-12-24  |  82 b   |  8 lines

  1. /*
  2.  *  RCS.H
  3.  *
  4.  *  RCSID macro
  5.  */
  6.  
  7. #define RCSID(id)   static char *RCSId = id;
  8.