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

#define UINT32_C(__value)                           ((uint_least32_t)__value##U)

/*
STDC(199901)
*/