aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-03-31 17:22:46 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-03-31 17:22:51 +0200
commitd79a16a7d172ece3b01bf78ab7c6db02dc9cf267 (patch)
tree2fafeac48408d23825f79c7ccfe6d65a3d784eeb /README
parentd11440309c97c02a9ab70d6b9367cbfdac53a211 (diff)
Add mbio.h and freadrune()
Diffstat (limited to 'README')
-rw-r--r--README1
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README
index 43a62c6..e8c87cd 100644
--- a/README
+++ b/README
@@ -14,6 +14,7 @@ The headers as of now are:
• dynarr.h — dynamic array implementation
• errors.h — err.h-inspired diagnostics functions
• macros.h — miscellaneous utility macros (MIN/MAX/lengthof/etc.)
+ • mbio.h — multibyte file I/O
• mbstring.h — multibyte-strings
• optparse.h — option parsing functions
• rune.h — inttypes.h but for runes