Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Macros | |
#define | _FILE_OFFSET_BITS 64 /* turn off_t into a 64-bit type for ftello, fseeko */ |
#define | _LARGEFILE_SOURCE 1 /* Large File Support extension (LFS) - fseeko, ftello */ |
#define | PLATFORM_POSIX_VERSION -1 |
#define | IS_CONSOLE(stdStream) 0 |
#define | SET_BINARY_MODE(file) |
#define | SET_SPARSE_FILE_MODE(file) |
Definition at line 64 of file platform.h.
Definition at line 67 of file platform.h.
#define IS_CONSOLE | ( | stdStream | ) | 0 |
Definition at line 125 of file platform.h.
#define PLATFORM_POSIX_VERSION -1 |
Definition at line 102 of file platform.h.
#define SET_BINARY_MODE | ( | file | ) |
Definition at line 145 of file platform.h.
#define SET_SPARSE_FILE_MODE | ( | file | ) |
Definition at line 146 of file platform.h.