mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-02 06:37:52 +00:00
10 lines
144 B
C
10 lines
144 B
C
#pragma once
|
|
|
|
#include "UnixTypes.h"
|
|
|
|
inline static const Unix::off_t maxFileOffset = 2147483647;
|
|
|
|
static const size_t GoodBufferSize = 4096;
|
|
|
|
|