1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-28 19:15:09 +00:00
serenity/VirtualFileSystem/Limits.h

6 lines
110 B
C

#pragma once
typedef dword size_t;
typedef signed_dword ssize_t;
static const size_t GoodBufferSize = 4096;