#ifndef TEXT_CLASSIFICATION_H_A8ZZ9LQU #define TEXT_CLASSIFICATION_H_A8ZZ9LQU #include namespace text { PUBLIC bool is_word_char (std::string const& str); PUBLIC bool is_whitespace (std::string const& str); } /* text */ #endif /* end of include guard: TEXT_CLASSIFICATION_H_A8ZZ9LQU */