From 5ea567bef8836164ae6b3829762b237c9ea31bc3 Mon Sep 17 00:00:00 2001
From: Thomas Voss <mail@thomasvoss.com>
Date: Mon, 15 Apr 2024 01:19:12 +0200
Subject: Add u8lower()

---
 include/unicode/string.h | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'include')

diff --git a/include/unicode/string.h b/include/unicode/string.h
index 6197235..0c1786c 100644
--- a/include/unicode/string.h
+++ b/include/unicode/string.h
@@ -16,6 +16,8 @@ enum [[clang::__flag_enum__]] caseflags {
 size_t u8glen(const char8_t *, size_t);
 size_t u8gnext(struct u8view *, const char8_t **, size_t *);
 
+size_t u8lower(char8_t *restrict, size_t, const char8_t *, size_t,
+               enum caseflags);
 size_t u8upper(char8_t *restrict, size_t, const char8_t *, size_t,
                enum caseflags);
 
-- 
cgit v1.2.3