00001
00014
00015
00016 #ifndef _ISTREAM68_FILE_H_
00017 #define _ISTREAM68_FILE_H_
00018
00019 #include "file68/istream68.h"
00020
00021 #ifdef __cplusplus
00022 extern "C" {
00023 #endif
00024
00035 istream_t * istream_file_create(const char * fname, int mode);
00036
00037 #ifdef __cplusplus
00038 }
00039 #endif
00040
00041 #endif