Eneboo - Documentación para desarrolladores
|
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <assert.h>
#include <stdio.h>
'defines' | |
#define | _LARGEFILE_SOURCE |
#define | _LARGE_FILES |
#define | _FILE_OFFSET_BITS 64 |
#define | OFF_T_64 (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) |
Funciones | |
int | main (int, char **argv) |
#define _FILE_OFFSET_BITS 64 |
#define _LARGE_FILES |
#define _LARGEFILE_SOURCE |