aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/int64.h
blob: dc47fa95af05c6d01ddbef4e601675dad2d711e2 (plain)
1
2
3
4
#define INTX_H__INT_BITS 64
#define I64(i) (int64_t)(i)
#include "intX.h" // IWYU pragma: export
#define NONE_INT64 ((OptionalInt64_t){.has_value = false})