diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-03-31 17:22:46 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-03-31 17:22:51 +0200 |
commit | d79a16a7d172ece3b01bf78ab7c6db02dc9cf267 (patch) | |
tree | 2fafeac48408d23825f79c7ccfe6d65a3d784eeb /README | |
parent | d11440309c97c02a9ab70d6b9367cbfdac53a211 (diff) |
Add mbio.h and freadrune()
Diffstat (limited to 'README')
-rw-r--r-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |