diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2021-11-03 19:14:19 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2021-11-03 19:14:19 -0400 |
commit | 936dcbc7b1a23ec8a2a825af0307b5db95e3e6d0 (patch) | |
tree | e1773e794e9f56709f3152fa9470b9552545e902 /jdtalk.h | |
parent | ce48be18ff6d36326521cfb28eea203c562f391c (diff) | |
download | jdtalkc-936dcbc7b1a23ec8a2a825af0307b5db95e3e6d0.tar.gz |
Add usage statement and title case converter
Diffstat (limited to 'jdtalk.h')
-rw-r--r-- | jdtalk.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -45,6 +45,7 @@ void dictionary_free(struct Dictionary *dict); char *str_random_case(char *s); char *str_hill_case(char *s); char *str_leet(char *s); +char *str_title_case(char *s); char *talkf(struct Dictionary *dict, const char *fmt, char **parts); char *talk_salad(struct Dictionary *dict, size_t limit, char **parts); |