#include #include #include #include #include "util.h" typedef struct strings { char **strs; int count; } strings; strings *parse(FILE *f);