From 06e042b1bde161e763b98fa457738cbff4f7e181 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 5 Feb 2020 21:51:18 -0500 Subject: Add normalize_space --- include/spm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/spm.h b/include/spm.h index 5be6b42..fdea8b8 100644 --- a/include/spm.h +++ b/include/spm.h @@ -232,6 +232,7 @@ char *lstrip(char *sptr); char *strip(char *sptr); int isempty(char *sptr); int isquoted(char *sptr); +char *normalize_space(char *s); // find.c char *find_executable(const char *program); -- cgit