#ifndef FILE_H #define FILE_H #include #include struct filedata readfile(FILE *fp, bool isstdin); #endif