Name
getvers, getverf — Return current MemCom
version
Synopsis
subroutine getvers(cver)
character*16 cver
subroutine getverf(fver)
real*4 fver
Description
getvers
returns a string containing the
current version of MemCom.
getverf
returns the current version of
MemCom in the form of a real*4.
Parameters
cver
Version returned as a string (output). The string must
be dimensioned to 16 characters.
fver
Version number returned as a floating-point number
(output).