69 #include "rnr/rnrconfig.h" 85 void DataSectCore::dealloc(
void *p)
101 if( !isalpha(str[0]) && (str[0] !=
'_') )
107 for(
size_t i = 1; i < str.size(); ++i)
109 if( !isalnum(str[i]) && (str[i] !=
'_') )
const string undefstring("undef")
empty string
Command line core data types.
bool isIdentifier(const std::string &str)
Test if string is a valid identifier.
const std::string emptystring
"" empty string