diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-04-09 18:49:27 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-04-09 18:49:27 +0200 |
commit | fc0dae9c819a4ee64f4610db1f005dfb841030c5 (patch) | |
tree | caa7e5a358b1a2a8614bcd16be112546994d8d26 /include/unicode | |
parent | bf212e80fb0f1d83902de520e9cee098187383f7 (diff) |
Move unicode/gbrk.h to unicode/string.h
Diffstat (limited to 'include/unicode')
-rw-r--r-- | include/unicode/string.h (renamed from include/unicode/gbrk.h) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/unicode/gbrk.h b/include/unicode/string.h index 7f21371..c2a99c1 100644 --- a/include/unicode/gbrk.h +++ b/include/unicode/string.h @@ -1,5 +1,5 @@ -#ifndef MLIB_UNICODE_GBRK_H -#define MLIB_UNICODE_GBRK_H +#ifndef MLIB_UNICODE_STRING_H +#define MLIB_UNICODE_STRING_H #include <stddef.h> @@ -9,4 +9,4 @@ size_t u8glen(const char8_t *, size_t); size_t u8gnext(struct u8view *, const char8_t **, size_t *); -#endif /* !MLIB_UNICODE_GBRK_H */ +#endif /* !MLIB_UNICODE_STRING_H */ |