File: vers.c

package info (click to toggle)
vrfy 990522-8
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 352 kB
  • sloc: ansic: 3,595; makefile: 157
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