File: vers.c

package info (click to toggle)
vrfy 990522-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 192 kB
  • ctags: 309
  • sloc: ansic: 2,361; 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