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 >
Text File  |  1993-01-12  |  230b  |  24 lines

  1. /* Prototypes for functions defined in
  2. version.c
  3.  */
  4.  
  5.  
  6. #ifndef __NOPROTO
  7.  
  8. #ifndef __PROTO
  9. #define __PROTO(a) a
  10. #endif
  11.  
  12. #else
  13. #ifndef __PROTO
  14. #define __PROTO(a) ()
  15.  
  16. #endif
  17. #endif
  18.  
  19.  
  20. extern char *Version;
  21.  
  22. extern char *longVersion;
  23.  
  24.