Strips the given SBML Level 3 package from the given SBML file.
#include <stdio.h>
int
main (int argc, char *argv[])
{
if (argc != 4)
{
printf("Usage: stripPackage input-filename package-to-strip output-filename\n");
return 2;
}
{
}
else
{
{
printf ("conversion failed ... ");
return 3;
}
}
return 0;
}