Rizin
unix-like reverse engineering framework and cli tools
platform.h File Reference

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)
 

Macro Definition Documentation

◆ _FILE_OFFSET_BITS

#define _FILE_OFFSET_BITS   64 /* turn off_t into a 64-bit type for ftello, fseeko */

Definition at line 64 of file platform.h.

◆ _LARGEFILE_SOURCE

#define _LARGEFILE_SOURCE   1 /* Large File Support extension (LFS) - fseeko, ftello */

Definition at line 67 of file platform.h.

◆ IS_CONSOLE

#define IS_CONSOLE (   stdStream)    0

Definition at line 125 of file platform.h.

◆ PLATFORM_POSIX_VERSION

#define PLATFORM_POSIX_VERSION   -1

Definition at line 102 of file platform.h.

◆ SET_BINARY_MODE

#define SET_BINARY_MODE (   file)

Definition at line 145 of file platform.h.

◆ SET_SPARSE_FILE_MODE

#define SET_SPARSE_FILE_MODE (   file)

Definition at line 146 of file platform.h.