home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / Ascii-Ansi / vec3.231.lha / vec3231 / source / version.c < prev    next >
Encoding:
C/C++ Source or Header  |  1993-11-20  |  277 b   |  19 lines

  1. /*
  2.  * VERSION.C (VEC)
  3.  *
  4.  * Copyright (c) 1993 Ville Saari
  5.  * All rights reserved
  6.  *
  7.  * Created: 25-Oct-93
  8.  */
  9.  
  10. #include "version.h"
  11. #include "vec.h"
  12.  
  13. #ifdef VERSTRING
  14. volatile static const unsigned char verstring[]=VERSTRING;
  15. #endif
  16.  
  17. const unsigned char usagestring[]=USAGE;
  18.  
  19.