mirror of
https://github.com/RGBCube/serenity
synced 2026-01-14 15:30:59 +00:00
9 lines
144 B
C
9 lines
144 B
C
#pragma once
|
|
|
|
#include "UnixTypes.h"
|
|
|
|
inline static const Unix::off_t maxFileOffset = 2147483647;
|
|
|
|
static const size_t GoodBufferSize = 4096;
|
|
|
|
|