aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/int16.h
blob: d7490292e2df78f4de72f951b8e6c46ca88582a3 (plain)
1
2
3
4
#define INTX_H__INT_BITS 16
#define I16(i) (int16_t)(i)
#include "intX.h" // IWYU pragma: export
#define NONE_INT16 ((OptionalInt16_t){.has_value = false})