1 2 3 4 5 6
#include <stdio.h> #include <fcntl.h> off_t ftello(FILE *stream); int fseeko(FILE *stream, off_t offset, int whence); int fallocate(int, int, off_t, off_t);