Am 21.11.2012 21:53, schrieb Stefan Priebe - Profihost AG: Not sure about off_t. What is min and max size? Stefan
off_t is a signed value which is used in function lseek to address any byte of a seekable file. The range is typically 64 bit (like int64_t), but may be smaller if the host only supports 2 GB files. Stefan