1
0
forked from GitHub/gf-core

Define custom isdigit version. The expression parser now uses the custom isspace and isdigit

This commit is contained in:
Krasimir Angelov
2022-07-04 14:24:06 +02:00
parent 69a2b8a448
commit 1862ba5cec
3 changed files with 15 additions and 6 deletions

View File

@@ -38,4 +38,7 @@ uint32_t pgf_utf8_to_upper(uint32_t c);
PGF_INTERNAL_DECL
bool pgf_utf8_is_space(uint32_t c);
PGF_INTERNAL
bool pgf_utf8_is_digit(uint32_t c);
#endif