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

#define UINT8_C(__value)                                ((uint_least8_t)__value)

/*
STDC(199901)
*/