.. _program_listing_file_include_tuw_string.hpp: Program Listing for File string.hpp =================================== |exhale_lsh| :ref:`Return to documentation for file ` (``include/tuw/string.hpp``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp #ifndef TUW__STRING_HPP #define TUW__STRING_HPP #include namespace tuw { bool equal(const std::string & str1, const std::string & str2, bool caseinsensitive = true); } // namespace tuw #endif // TUW__STRING_HPP