Miscellaneous functions¶
calceph_getversion_str¶
-
void
calceph_getversion_str
(char version[CALCEPH_MAX_CONSTANTNAME])¶ Parameters: - version -- version of the library
This function returns the version of the CALCEPH Library, as a null-terminated string.
char cversion[CALCEPH_MAX_CONSTANTNAME];
calceph_getversion_str(cversion);
printf ("library version is '%s'\n", cversion);