diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-04-22 23:27:07 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-04-22 23:31:01 +0200 |
commit | 291803b886fdbe2ff49dd248c19f38b3d7b68524 (patch) | |
tree | b3d6e706fb8eabb7df391ebce3af322b56e2ab23 /README | |
parent | c62ed622ee5612e155e4176767ab1028f89a3b82 (diff) |
Add usage()
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |