From 4bb95cb0d95138ac768c80b30728bef8f691f1e8 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Fri, 22 Nov 2024 15:46:56 -0500 Subject: Add basic unindent function --- include/str.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/str.h') 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 -- cgit