#ifndef FILEUTILS_H #define FILEUTILS_H #include // direction is either false=input or true=output and used to overload parameter '-' FILE *fd_magic(char *str, bool direction); #endif // FILEUTILS_H