AIRES library reference: crofileversion.


c
c     Routine directly callable from C/C++ (it could be necessary to
c     append an underscore, "_", to its name depending on the C/C++
c     compiler used).
c
c
      function crofileversion(fileid)
c
c     Returning the AIRES version used to write an already opened
c     compressed file.
c
c     Written by: S. J. Sciutto, La Plata 1998, 2010.
c
c
c     Arguments:
c     =========
c
c     fileid.......... (input, integer) Compressed file number. This
c                      parameter identifies the file to be used for
c                      reading, and is set by the file opening
c                      routine.
c
c     Return value: (integer) The corresponding version in integer
c     ============  format (for example 01040200 for version 1.4.2,
c                   01040201 for version 1.4.2a, etc.). If the file
c                   is not opened or if there is an error, then the
c                   return value is negative.
c
c
c<--->


These pages are maintained by
Sergio J. Sciutto
Back to AIRES library index
Back to AIRES home [HOME]