summaryrefslogtreecommitdiffhomepage
path: root/include/stc
diff options
context:
space:
mode:
authortylov <[email protected]>2023-08-06 23:23:36 +0200
committertylov <[email protected]>2023-08-06 23:23:36 +0200
commitf514c5128d62ad53623af4d45bd856b9564bce4f (patch)
treedaad78def4e701d12418689ec601ce54b597ce65 /include/stc
parent3f50495eb4f465531000c33072005ab218fdfb11 (diff)
downloadSTC-modified-f514c5128d62ad53623af4d45bd856b9564bce4f.tar.gz
STC-modified-f514c5128d62ad53623af4d45bd856b9564bce4f.zip
Improved Installation section in README.md
Diffstat (limited to 'include/stc')
-rw-r--r--include/stc/cstr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stc/cstr.h b/include/stc/cstr.h
index 2648e267..f12d29b6 100644
--- a/include/stc/cstr.h
+++ b/include/stc/cstr.h
@@ -179,7 +179,7 @@ extern void cstr_lowercase(cstr* self);
extern void cstr_uppercase(cstr* self);
extern bool cstr_valid_utf8(const cstr* self);
-// other utf8
+// utf8 functions not depending on src/utf8code.c:
STC_INLINE intptr_t cstr_u8_size(const cstr* self)
{ return utf8_size(cstr_str(self)); }