int split_line(char *line, char **array, int maxlen, char *delimiters);
size_t file_len(char *path);
