home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Serving the Web
/
ServingTheWeb1995.disc1of1.iso
/
linux
/
slacksrce
/
d
/
libc
/
libc-4.6
/
libc-4
/
libc-linux
/
termcap
/
version.c
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-11-19
|
224 b
|
7 lines
/* Make the library identifiable with the RCS ident command. */
#if 0
static char *version_string = "\n$Version: GNU termcap 1.2-MvS-1.1 $\n";
#else
static char *version_string = "\n$Version: GNU termcap 1.2.3 $\n";
#endif