aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/int64.h
blob: 99df60a891aefcca5883d13421746423e0213aa5 (plain)
1
2
3
4
5
6
#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})

int Int64$print(FILE *f, int64_t n);