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