void arsyver(short *major, short *minor, const char **cmplr);
Return the major, minor version and the compiler used to compile the library.
EXIT: (optional) Pointer to store major version in.
EXIT: (optional) Pointer to store minor version in.
EXIT: (optional) Pointer to store a pointer to the compiler version string.