File: vers.c

package info (click to toggle)
vrfy 990522-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 192 kB
  • ctags: 307
  • sloc: ansic: 2,349; makefile: 115
file content (9 lines) | stat: -rw-r--r-- 168 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
#ifndef lint
static char Version[] = "@(#)vers.c	e07@nikhef.nl (Eric Wassenaar) 990522";
#endif

char *version = "990522";

#if defined(apollo)
int h_errno = 0;
#endif