sc68fordevelopers
2.2.1
|
FILE stream operation. More...
#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. More... | |
FILE stream operation.
isteam68_file implements istream_t for 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 |