ManaPlus
|
#include "localconsts.h"
Go to the source code of this file.
Macros | |
#define | FILEHTYPE FILE *const |
#define | FILEMTYPE char * |
#define | FILEHDEFAULT nullptr |
#define | FILEOPEN(path, mode) fopen(path, mode) |
#define | FILECLOSE fclose |
#define | FILESEEK fseek |
#define | FILEOPEN_FLAG_READ "rb" |
#define | FILEOPEN_FLAG_WRITE "wb" |
#define | FILEOPEN_FLAG_APPEND "ab" |