aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-04-22 23:27:07 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-04-22 23:31:01 +0200
commit291803b886fdbe2ff49dd248c19f38b3d7b68524 (patch)
treeb3d6e706fb8eabb7df391ebce3af322b56e2ab23 /README
parentc62ed622ee5612e155e4176767ab1028f89a3b82 (diff)
Add usage()
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index 51585b3..0df0068 100644
--- a/README
+++ b/README
@@ -77,6 +77,7 @@ FEATURES:
• Functions for getting and setting the program name
• Functions for printing diagnostics and optionally crashing with
strerror() support
+ • Generate usage strings
• macros.h
• MIN()/MAX()/CLAMP()
• Better assertion macro
@@ -112,7 +113,7 @@ FEATURES:
PLANNED FEATURES:
- • String Case Conversions (unicode/string.h)
+ • Titlecase Conversions (unicode/string.h)
• Unicode Normalization (unicode/string.h)
• Line- and Sentence Segmentation (unicode/string.h)