home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The World of Computer Software
/
World_Of_Computer_Software-02-385-Vol-1of3.iso
/
v
/
vim_src.zip
/
VERSION.PRO
< prev
next >
Wrap
Text File
|
1993-01-12
|
230b
|
24 lines
/* Prototypes for functions defined in
version.c
*/
#ifndef __NOPROTO
#ifndef __PROTO
#define __PROTO(a) a
#endif
#else
#ifndef __PROTO
#define __PROTO(a) ()
#endif
#endif
extern char *Version;
extern char *longVersion;