diff options
Diffstat (limited to 'include/strlist.h')
-rw-r--r-- | include/strlist.h | 1 |
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); |