aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/int32.h
blob: 9400494f2163111c3f2c8f8691a2b3076ef38c8d (plain)
1
2
3
4
#define INTX_H__INT_BITS 32
#define I32(i) (int32_t)(i)
#include "intX.h" // IWYU pragma: export
#define NONE_INT32 ((OptionalInt32_t){.has_value = false})