mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-24 02:03:06 -05: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;
|
|
|
|
|