roadrunner  2.6.0
Fast simulator for SBML models
rrGetOptions.h
1 #ifndef rrGetOptionsH
2 #define rrGetOptionsH
3 #include "rrExporter.h"
4 //---------------------------------------------------------------------------
5 namespace rr
6 {
7 RR_DECLSPEC extern int rrOptInd;
8 //RR_DECLSPEC extern int opterr;
9 RR_DECLSPEC extern char *rrOptArg;
10 RR_DECLSPEC int GetOptions(int argc, char *argv[], const char* optstring);
11 }
12 
13 #endif