Create and use sicsglobal.h and add isDuringInitialization

This commit is contained in:
Douglas Clowes
2014-06-19 14:24:46 +10:00
parent 0d39693c3b
commit 1da5fc9062
5 changed files with 11 additions and 3 deletions

6
sicsglobal.h Normal file
View File

@ -0,0 +1,6 @@
#ifndef SICSGLOBAL_H
#define SICSGLOBAL_H
extern const char *argv0;
extern int isDuringInitialization;
#endif