Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
$#!
 @TYPENAME\n\n\
 _FILE_OFFSET_BITS
 _GNU_SOURCE
 _THREAD_SAFE
0-9
 3 address operations
group: lifetime\n\n\n\ section: Functions\n\n\ group: test\n\n\
#define _FILE_OFFSET_BITS 64
Makes file api support of files with size of 2GB * 4GB.
#define _GNU_SOURCE
Makes file api support of files with size of 2GB * 4GB.
#define _THREAD_SAFE
Makes calls to library functions thread safe.
Close