summaryrefslogtreecommitdiff
path: root/src/stdint/UINT32_C.c
blob: 0558378095aea1124852793d257ee36c5d86a260 (plain)
1
2
3
4
5
6
#include <stdint.h>
#define UINT32_C(value)                               ((uint_least32_t)value##U)

/*
STDC(199901)
*/