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

#define INT8_C(__value)                                  ((int_least8_t)__value)

/*
STDC(199901)
*/