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");
return 0;
}