This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
int | open_append (const char *filename) |
open file in append mode | |
int | open_excl (const char *filename) |
open file exclusively | |
int | open_read (const char *filename) |
open file for reading | |
int | open_rw (const char *filename) |
open file for reading and writing | |
int | open_trunc (const char *filename) |
open and truncate file for reading and writing | |
int | open_write (const char *filename) |
open file for writing |