From 8b923ba5e5bb37ea26350b4c1c688b8697706609 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 4 May 2024 02:21:49 +0200 Subject: Add u8split() --- include/mbstring.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/mbstring.h b/include/mbstring.h index 06e32ae..d908284 100644 --- a/include/mbstring.h +++ b/include/mbstring.h @@ -52,6 +52,8 @@ int u8prev(rune *, const char8_t **, const char8_t *); [[nodiscard]] size_t u8len(const char8_t *, size_t); +struct u8view u8split(const char8_t **, size_t *, rune); + #define u8chk(s, n) _MLIB_Q_PTR(char8_t, u8chk, (s), (s), (n)) #define u8chr(s, n, ch) _MLIB_Q_PTR(char8_t, u8chr, (s), (s), (n), (ch)) #define u8rchr(s, n, ch) _MLIB_Q_PTR(char8_t, u8rchr, (s), (s), (n), (ch)) -- cgit v1.2.3