mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 19:59:17 +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;
|
|
|
|
|