7 lines
111 B
C
7 lines
111 B
C
#ifndef SICSGLOBAL_H
|
|
#define SICSGLOBAL_H
|
|
|
|
extern const char *argv0;
|
|
extern int isDuringInitialization;
|
|
#endif
|