mirror of
https://github.com/textmate/textmate.git
synced 2026-02-14 16:34:57 -05:00
15 lines
342 B
C++
15 lines
342 B
C++
#ifndef TEXT_CASE_H_O81ZKTAF
|
|
#define TEXT_CASE_H_O81ZKTAF
|
|
|
|
#include <oak/misc.h>
|
|
|
|
namespace text
|
|
{
|
|
PUBLIC std::string uppercase (std::string const& str);
|
|
PUBLIC std::string lowercase (std::string const& str);
|
|
PUBLIC std::string opposite_case (std::string const& str);
|
|
|
|
} /* text */
|
|
|
|
#endif /* end of include guard: TEXT_CASE_H_O81ZKTAF */
|