#ifndef llm_HEADER #define llm_HEADER #include bool llm_isDigit(const std::string &str); int llm_strToInt(const std::string &str); #endif // llm_HEADER