#ifndef FILE_H #define FILE_H #include "e.h" error_t write(char *, char *, ...); void printfn(char *, ...); #endif