Description:
Retrieve the
PAL version number as a string in the form "
A.B.C"
and as an integer
(major1e6minor1e3release).
Invocation
int palVers( char verstring,
size_t verlen );
Arguments
verstring = char
(Returned)
Buffer to receive version string of the form "
A.B.C"
. Can be NULL.
verlen = size_t
(Given)
Allocated size of "
verstring"
including nul. Version string will be truncated if it does not fit
in buffer.
Returned Value
vernum = int (Returned)
Version number as an integer.
Notes:
Copyright © 2012 Science and Technology Facilities Council.
Copyright © 2014 Cornell University.
Copyright © 2015 Tim Jenness