#ifndef FILE_H #define FILE_H #include typedef struct file_struct { }file; #endif