Prints the supported SBML Levels and Versions for this copy of libSBML.
Prints the supported SBML Levels and Versions for this copy of libSBML.
#include <stdio.h>
int
main (int argc, char* argv[])
{
int i;
int length;
for (i = 0; i < length; i++)
{
printf("\tSBML Level %d Version: %d\n"
);
}
printf("\n");
printf("LibSBML is compiled against: \n");
printf("\n");
for (i = 0; i < length; i++)
{
}
free(supported);
return 0;
}
unsigned int SBMLNamespaces_getVersion(SBMLNamespaces_t *sbmlns)
_tGet_t _tthe_t _tSBML_t _tVersion_t _tof_t _tthis_t _tSBMLNamespaces_t_t _tstructure_t.
Definition SBMLNamespaces.cpp:843
void SBMLNamespaces_free(SBMLNamespaces_t *ns)
_tDestroys_t _tthis_t _tSBMLNamespaces_t_t _tstructure_t.
Definition SBMLNamespaces.cpp:826
SBMLNamespaces_t ** SBMLNamespaces_getSupportedNamespaces(int *length)
_tReturns_t _tan_t _tarray_t _tof_t _tSBML_t _tNamespaces_t _tsupported_t _tby_t _tthis_t _tversion_t...
Definition SBMLNamespaces.cpp:878
unsigned int SBMLNamespaces_getLevel(SBMLNamespaces_t *sbmlns)
_tGet_t _tthe_t _tSBML_t _tLevel_t _tof_t _tthis_t _tSBMLNamespaces_t_t _tstructure_t.
Definition SBMLNamespaces.cpp:835
Include all SBML types in a single header file.
const char * getLibSBMLDependencyVersionOf(const char *option)
_tReturns_t _tthe_t _tversion_t _tstring_t _tfor_t _tthe_t _tdependency_t _tlibrary_t _tused_t.
Definition libsbml-version.cpp:158
const char * getLibSBMLDottedVersion()
_tReturns_t _tthe_t _tversion_t _tnumber_t _tof_t _tthis_t _tcopy_t _tof_t _tlibSBML_t _tas_t _ta_t _...
Definition libsbml-version.cpp:79
int isLibSBMLCompiledWith(const char *option)
_tReturns_t _tan_t _tindication_t _twhether_t _tlibSBML_t _thas_t _tbeen_t _tcompiled_t _twith_t _tag...
Definition libsbml-version.cpp:94