aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-03-10 14:32:54 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-03-10 14:37:36 +0200
commit059c0c9af70f3d55b4ed18ce537d433a21a176bd (patch)
tree9b6da3bd0f3a84f36b35863e66223ea8b331012a /README
parent9ce9968745dc64fafc800d7ede0fb13bedc6f1db (diff)
Add optparse.h
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 7165465..d7d2422 100644
--- a/README
+++ b/README
@@ -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