diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-11-22 15:46:56 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-11-22 15:46:56 -0500 |
commit | 4bb95cb0d95138ac768c80b30728bef8f691f1e8 (patch) | |
tree | b1e15a0f12e2a3fe4923354e2711cacd07d0ba9e /include | |
parent | b3facf587175307ef32547d0264bf096d2fcd283 (diff) | |
download | stasis-4bb95cb0d95138ac768c80b30728bef8f691f1e8.tar.gz |
Add basic unindent function
Diffstat (limited to 'include')
-rw-r--r-- | include/str.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/str.h b/include/str.h index 7254225..bb96db0 100644 --- a/include/str.h +++ b/include/str.h @@ -308,4 +308,6 @@ char *tolower_s(char *s); */ char *to_short_version(const char *s); +void unindent(char *s); + #endif //STASIS_STR_H |