6 #include "rrExporter.h"
8 typedef unsigned int u_int;
14 RR_DECLSPEC
extern const char gPathSeparator;
15 RR_DECLSPEC
extern const std::string gExeSuffix;
17 RR_DECLSPEC
extern const char* gDoubleFormat;
18 RR_DECLSPEC
extern const char* gIntFormat;
19 RR_DECLSPEC
extern const char* gComma;
20 RR_DECLSPEC
extern const std::string gNoneString;
21 RR_DECLSPEC
extern const std::string gEmptyString;
24 RR_DECLSPEC
extern const std::string gEmptyModelMessage;
28 RR_DECLSPEC
extern const char gTab;
29 RR_DECLSPEC
extern const char gNL;
30 RR_DECLSPEC
extern const double gDoubleNaN;
31 RR_DECLSPEC
extern const float gFloatNaN;
32 RR_DECLSPEC
extern const int gMaxPath;
35 enum SBMLType {stCompartment = 0, stSpecies, stParameter};