ladybird/Userland/Libraries/LibC/sys/param.h

11 lines
171 B
C
Raw Normal View History

/*
* Copyright (c) 2018-2020, Andreas Kling <kling@serenityos.org>
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once
#include <endian.h>
2018-11-06 15:59:57 +01:00
#include <limits.h>