isteam68_file implements istream_t for FILE.
#include "file68/istream68.h"
Go to the source code of this file.
Functions | |
istream_t * | istream_file_create (const char *fname, int mode) |
Creates a stream for "C" FILE. |
istream_t* istream_file_create | ( | const char * | fname, | |
int | mode | |||
) |
Creates a stream for "C" FILE.
fname | path of file. | |
mode | bit 0 : read access, bit 1 : write access. |
0 | on error |