00001 #ifndef __FILE_MYTHIOWRAPPER__ 00002 #define __FILE_MYTHIOWRAPPER__ 00003 00004 #include "file.h" 00005 00006 BD_FILE_H *file_open_mythiowrapper(const char* filename, const char *mode); 00007 BD_DIR_H *dir_open_mythiowrapper(const char* dirname); 00008 00009 #endif 00010