mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-03 22:59:13 +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;
|
|
|
|
|