enum Status{kValid=0, KInvalid}; int g_nStatus=kValid; int StrToInt(const char *str) { g_nStatus=KInvalid; long long num=0; if((str!=NULL)&&(*str!='