aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/int8.h
blob: 1d0e7c6819fad105f7034aa535ebd3c818b6af09 (plain)
1
2
3
4
#define INTX_H__INT_BITS 8
#define I8(i) (int8_t)(i)
#include "intX.h" // IWYU pragma: export
#define NONE_INT8 ((OptionalInt8_t){.has_value = false})