AIRES library reference: crorecstruct.


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
      subroutine crorecstruct(fileid, nrtype, nintf, nrealf, irc)
c
c     Getting information about the records of an already opened
c     compressed file.
c
c     Written by: S. J. Sciutto, La Plata 2002, 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     nrtype.......... (output, integer) The highest record type
c                      defined for the file (record types range from
c                      zero to nrtype).
c     nintf........... (output, integer, array(0:nrtype)) Number
c                      of integer fields contained at each record type,
c                      for record types from zero to nrtype.
c     nrealf.......... (output, integer, array(0:nrtype)) Number
c                      of real fields contained at each record type,
c                      for record types from zero to nrtype.
c     irc............. (output, integer) Return code. 0 means
c                      successful return.
c
c
c<--->


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