summaryrefslogtreecommitdiff
path: root/src/stdint/UINT64_C.c
blob: ce05a6bc43e791099bb08e865d048d9e34e34b0d (plain)
1
2
3
4
5
6
#include <stdint.h>
#define UINT64_C(value)                             ((uint_least32_t)value##ULL)

/*
STDC(199901)
*/