mirror of
https://github.com/textmate/textmate.git
synced 2026-01-23 05:37:55 -05:00
14 lines
305 B
C++
14 lines
305 B
C++
#ifndef TEXT_CLASSIFICATION_H_A8ZZ9LQU
|
|
#define TEXT_CLASSIFICATION_H_A8ZZ9LQU
|
|
|
|
#include <oak/misc.h>
|
|
|
|
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 */
|