[strings] adding utf8_is_whitespace to the header so it can be referenced from multiple files

This commit is contained in:
Al
2017-01-02 02:23:21 -05:00
parent 400ea589ef
commit 77035fbdbd

View File

@@ -88,6 +88,7 @@ bool utf8_is_letter_or_number(int cat);
bool utf8_is_punctuation(int cat);
bool utf8_is_symbol(int cat);
bool utf8_is_separator(int cat);
bool utf8_is_whitespace(int32_t ch);
bool string_is_ignorable(char *str, size_t len);