"Fossies" - the Fresh Open Source Software Archive

Member "xc/version.h" (10 Feb 1995, 808 Bytes) of package /linux/privat/old/laspack.tgz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) C and C++ source code syntax highlighting (style: standard) with prefixed line numbers and code folding option. Alternatively you can here view or download the uninterpreted source code file.

    1 /****************************************************************************/
    2 /*                                version.h                                 */
    3 /****************************************************************************/
    4 /*                                                                          */
    5 /* VERSION number of the xc library                                         */
    6 /*                                                                          */
    7 /* Copyright (C) 1992-1994 Tomas Skalicky. All rights reserved.             */
    8 /*                                                                          */
    9 /****************************************************************************/
   10 
   11 #ifndef XC_VERSION_H
   12 #define XC_VERSION_H
   13 
   14 #define XC_VERSION "0.95"
   15 
   16 #endif /* XC_VERSION_H */