libSBML C API
libSBML 5.8.0 C API
|
Define libSBML version numbers for access from client software.
Functions | |
const char * | getLibSBMLDottedVersion () |
Returns the libSBML version as a string of the form "1.2.3". More... | |
int | getLibSBMLVersion () |
Returns the libSBML version as an integer: version 1.2.3 becomes 10203. More... | |
const char * | getLibSBMLVersionString () |
Returns the libSBML version as a string: version 1.2.3 becomes "10203". More... | |
const char* getLibSBMLDottedVersion | ( | ) |
Returns the libSBML version as a string of the form "1.2.3".
Returns the version number of this copy of libSBML as a string.
int getLibSBMLVersion | ( | ) |
Returns the libSBML version as an integer: version 1.2.3 becomes 10203.
Returns the version number of this copy of libSBML as an integer.
const char* getLibSBMLVersionString | ( | ) |
Returns the libSBML version as a string: version 1.2.3 becomes "10203".
Returns the version number of this copy of libSBML as a string without periods.