1 2 3 4 5 6 7 8 9
#include "FileInput.h" #include "Stack.h" #include "Label.h" struct Global { static FileInput *files; static Stack *stack; static Labels *labels; };