diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-03-10 14:32:54 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-03-10 14:37:36 +0200 |
commit | 059c0c9af70f3d55b4ed18ce537d433a21a176bd (patch) | |
tree | 9b6da3bd0f3a84f36b35863e66223ea8b331012a /README | |
parent | 9ce9968745dc64fafc800d7ede0fb13bedc6f1db (diff) |
Add optparse.h
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,9 +16,9 @@ The headers as of now are: • errors.h — err.h-inspired diagnostics functions • macros.h — miscellaneous utility macros (MIN/MAX/lengthof/etc.) • mbstring.h — multibyte-strings + • optparse.h — option parsing functions • rune.h — inttypes.h but for runes The headers planned for inclusion are: - • optparse.h — option parsing functions • unicode/gbrk.h — grapheme breaking • unicode/props.h — unicode character properties |