22 #include "common/str.h" 23 #include "common/system.h" 32 const char *c_str()
const {
41 const char *_str =
"";
45 return scumm_stricmp(lhs.c_str(), rhs.c_str()) == 0;
49 return scumm_stricmp(lhs.c_str(), rhs.c_str()) < 0;
Definition: static_string.h:27
Definition: algorithms.h:27