SUBROUTINE AR01AA(MAJOR, MINOR, CMPLR) INTEGER MAJOR, MINOR CHARACTER CMPLR(16)
Return the major, minor version and the compiler used to compile the library.
Argument | Intent | Description |
major | out | (optional) Pointer to store major version in |
minor | out | (optional) Pointer to store minor version in |
cmplr | out | (optional) Pointer to store a pointer to the compiler version string |