#ifndef _EVALVAR_
#define _EVALVAR_
int evalVar(const char* name = NULL);
int evalVar2(const char* name = NULL);
#endif