Program Listing for File string.hpp
↰ Return to documentation for file (include/tuw/string.hpp
)
#ifndef TUW__STRING_HPP
#define TUW__STRING_HPP
#include <string>
namespace tuw
{
bool equal(const std::string & str1, const std::string & str2, bool caseinsensitive = true);
} // namespace tuw
#endif // TUW__STRING_HPP