partial-match iterate

This commit is contained in:
John Kerl 2015-10-26 08:57:27 -04:00
parent 41a082cf5f
commit f9a80f55b6
4 changed files with 53 additions and 0 deletions

View file

@ -10,5 +10,6 @@ typedef struct _string_array_t {
string_array_t* string_array_alloc(int length);
void string_array_free(string_array_t* parray);
string_array_t* string_array_from_line(char* line, char ifs);
#endif // STRING_ARRAY_H