home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 9
/
FreshFishVol9-CD2.bin
/
bbs
/
gnu
/
unixtex-6.1b-src.lha
/
unixtex-6.1b
/
web2c
/
lib
/
version.c
< prev
next >
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-02-03
|
162 b
|
7 lines
/* This string is appended to all the banners. */
#ifndef VERSION_STRING
#define VERSION_STRING " (C version 6.1)"
#endif
char *versionstring = VERSION_STRING;