aboutsummaryrefslogtreecommitdiff
path: root/include/str.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2020-03-28 15:17:00 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2020-03-28 15:17:00 -0400
commitfbc9a2b25ff5b72e0abab31d7f1ba37f66bbcdfc (patch)
tree02306ee0fbe0ecd7090a80107f7742046cb02fee /include/str.h
parentd0095b6d304bba14d0f93185939ce864843fa152 (diff)
downloadspmc-fbc9a2b25ff5b72e0abab31d7f1ba37f66bbcdfc.tar.gz
Add strcmp_array() function
Diffstat (limited to 'include/str.h')
-rw-r--r--include/str.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/str.h b/include/str.h
index 5e6d30d..468f674 100644
--- a/include/str.h
+++ b/include/str.h
@@ -33,5 +33,6 @@ int isempty(char *sptr);
int isquoted(char *sptr);
char *normalize_space(char *s);
char **strdup_array(char **array);
+int strcmp_array(const char **a, const char **b);
#endif //SPM_STR_H