1 2 3 4 5 6 7
#ifndef _vars_h #define _vars_h extern int NumberOfAccounts; void RegisterVariablesTokens(void); #endif // _vars_h