change the way string arrays are initialized
This commit is contained in:
@@ -27,7 +27,7 @@ typedef struct {
|
||||
size_t size;
|
||||
} CleanArray;
|
||||
|
||||
void create_string_array(StringArray *string_array);
|
||||
StringArray *create_string_array();
|
||||
|
||||
void insert_string_array(StringArray *string_array, char *string);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user