diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-02-13 16:49:54 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-02-13 16:49:54 +0100 |
commit | 151ff08f430069025818c1cc9bae37355f09a4a6 (patch) | |
tree | d8666bfa7e463569cbc2173f08c999e535754525 /vendor/librune/include | |
parent | a4dca0f21545f17709e84710421b4a6adac4d11f (diff) |
Bump librune
Diffstat (limited to 'vendor/librune/include')
-rw-r--r-- | vendor/librune/include/mbstring.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vendor/librune/include/mbstring.h b/vendor/librune/include/mbstring.h index c1336a8..29c7421 100644 --- a/vendor/librune/include/mbstring.h +++ b/vendor/librune/include/mbstring.h @@ -32,6 +32,8 @@ size_t u8bspn(const char8_t *, size_t, const rune *, size_t); size_t u8cspn(const char8_t *, size_t, const rune *, size_t); size_t u8cbspn(const char8_t *, size_t, const rune *, size_t); +int u8cmp(struct u8view, struct u8view); + #if !_RUNE_NO_MACRO_WRAPPER # define u8chk(s, n) _RUNE_Q_PTR(u8chk, (s), (s), (n)) # define u8chr(s, ch, n) _RUNE_Q_PTR(u8chr, (s), (s), (ch), (n)) |