diff options
Diffstat (limited to 'include/unicode/gbrk.h')
-rw-r--r-- | include/unicode/gbrk.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/unicode/gbrk.h b/include/unicode/gbrk.h new file mode 100644 index 0000000..7f21371 --- /dev/null +++ b/include/unicode/gbrk.h @@ -0,0 +1,12 @@ +#ifndef MLIB_UNICODE_GBRK_H +#define MLIB_UNICODE_GBRK_H + +#include <stddef.h> + +#include "__charN_t.h" +#include "__u8view.h" + +size_t u8glen(const char8_t *, size_t); +size_t u8gnext(struct u8view *, const char8_t **, size_t *); + +#endif /* !MLIB_UNICODE_GBRK_H */ |