#pragma once #include "UnixTypes.h" inline static const off_t maxFileOffset = 2147483647; static const size_t GoodBufferSize = 4096;