// SPDX-License-Identifier: MIT #pragma once typedef signed long ssize_t; typedef unsigned long size_t; typedef unsigned char uint8_t; typedef unsigned short uint16_t; typedef unsigned long uint32_t; typedef unsigned char u8; typedef unsigned short u16; typedef unsigned long u32; typedef Boolean bool;