mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-25 17:04:01 +00:00
partial-match iterate
This commit is contained in:
parent
41a082cf5f
commit
f9a80f55b6
4 changed files with 53 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue