1: /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
   2: /* hack.version.c - version 1.0.3 */
   3: /* $Header: hack.version.c,v 1.5 85/05/09 00:40:41 aeb Exp $ */
   4: 
   5: #include    "date.h"
   6: 
   7: doversion(){
   8:     pline("%s 1.0.3 - last edit %s.", (
   9: #ifdef QUEST
  10:         "Quest"
  11: #else
  12:         "Hack"
  13: #endif QUEST
  14:         ), datestring);
  15:     return(0);
  16: }

Defined functions

doversion defined in line 7; used 2 times
Last modified: 1985-10-01
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 1531
Valid CSS Valid XHTML 1.0 Strict