1: /*
   2:  * Copyright (c) 1980 Regents of the University of California.
   3:  * All rights reserved. The Berkeley software License Agreement
   4:  * specifies the terms and conditions for redistribution.
   5:  */
   6: 
   7: #ifndef lint
   8: static char Msccsid[] = "@(#)Mesgfix	5.2 (Berkeley) 1/8/86";
   9: static char sccsid[] = "@(#)message.c	4.3 (Berkeley) 1/11/86";
  10: #endif not lint
  11: 
  12: char    *message[] = {
  13:     "Last update on Friday, November 26, 1999.",
  14:     0
  15: };

Defined variables

Msccsid defined in line 8; never used
message defined in line 12; never used
sccsid defined in line 9; never used
Last modified: 1999-11-27
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 1527
Valid CSS Valid XHTML 1.0 Strict