summaryrefslogtreecommitdiff
path: root/src/stdint/INT64_C.h
blob: c62410d6db248d5d7b8c162d143f7ee0cf6ed518 (plain)
1
2
3
4
5
6
7
#include <stdint.h>

#define INT64_C(__value)                            ((int_least64_t)__value##LL)

/*
STDC(199901)
*/