// // file: fg_mkdir.hxx // #ifndef FG_MKDIR_H #define FG_MKDIR_H void fg_mkdir( const char* ); #endif