Definition at line 84 of file fs.c.
Data Fields | |
FILE * | handle |
standard filehandle | |
char * | path |
path to file |
FILE* file::handle |
standard filehandle
Definition at line 85 of file fs.c.
Referenced by locate_file(), s_open_helper(), sOpen(), and try_find_file().
char* file::path |
path to file
Definition at line 86 of file fs.c.
Referenced by locate_file(), s_open_helper(), and sOpen().