|
void | anonymous_namespace{my_fopen.cc}::make_ftype (char *to, int flag) |
| Make a fopen() typestring from a open() type bitmap. More...
|
|
FILE * | my_fopen (const char *filename, int flags, myf MyFlags) |
| Open a file as stream. More...
|
|
FILE * | my_freopen (const char *filename, const char *mode, FILE *stream) |
| Change the file associated with a file stream. More...
|
|
int | my_fclose (FILE *stream, myf MyFlags) |
| Close a stream. More...
|
|
FILE * | my_fdopen (File fd, const char *filename, int flags, myf MyFlags) |
| Make a stream out of a file handle. More...
|
|