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

#define UINT64_C(__value)                         ((uint_least32_t)__value##ULL)

/*
STDC(199901)
*/