aboutsummaryrefslogtreecommitdiff
path: root/include/strlist.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2020-05-21 19:10:14 -0400
committerGitHub <noreply@github.com>2020-05-21 19:10:14 -0400
commit03e39ae5dcd4002ac9657a550c48b8e9f85c449c (patch)
tree7c266ca17a16d4c9ca297fa402a0a9d2ee6f871f /include/strlist.h
parent3b323fcc82d3d06d671c55c2b77f74558706420e (diff)
parent86b2a55574f53c6e175de8cf745d2e67308b612e (diff)
downloadspmc-03e39ae5dcd4002ac9657a550c48b8e9f85c449c.tar.gz
Merge pull request #36 from jhunkeler/messing-around
Version parsing and Darwin bugfix
Diffstat (limited to 'include/strlist.h')
-rw-r--r--include/strlist.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/strlist.h b/include/strlist.h
index e236473..76b6d5f 100644
--- a/include/strlist.h
+++ b/include/strlist.h
@@ -12,6 +12,7 @@ typedef struct {
} StrList;
StrList *strlist_init();
+void strlist_remove(StrList *pStrList, size_t index);
long double strlist_item_as_long_double(StrList *pStrList, size_t index);
double strlist_item_as_double(StrList *pStrList, size_t index);
float strlist_item_as_float(StrList *pStrList, size_t index);