home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD1.iso
/
Ascii-Ansi
/
vec3.231.lha
/
vec3231
/
source
/
version.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1993-11-20
|
277 b
|
19 lines
/*
* VERSION.C (VEC)
*
* Copyright (c) 1993 Ville Saari
* All rights reserved
*
* Created: 25-Oct-93
*/
#include "version.h"
#include "vec.h"
#ifdef VERSTRING
volatile static const unsigned char verstring[]=VERSTRING;
#endif
const unsigned char usagestring[]=USAGE;