#include <stdio.h>
#include "file.hpp"
Include dependency graph for file_ansi.cpp:
Go to the source code of this file.
Functions | |
ADR_FILE ADR_CALL | DefaultFileOpen (void *, const char *filename) |
void ADR_CALL | DefaultFileClose (ADR_FILE file) |
int ADR_CALL | DefaultFileRead (ADR_FILE file, void *buffer, int size) |
int ADR_CALL | DefaultFileSeek (ADR_FILE file, int destination, ADR_SEEK_TYPE origin) |
int ADR_CALL | DefaultFileTell (ADR_FILE file) |
|
Definition at line 14 of file file_ansi.cpp. |
|
Definition at line 7 of file file_ansi.cpp. |
|
Definition at line 21 of file file_ansi.cpp. |
|
Definition at line 28 of file file_ansi.cpp. |
|
Definition at line 46 of file file_ansi.cpp. |