summaryrefslogtreecommitdiff
path: root/src/stdint/INT8_C.c
blob: 58135cb60ff91c0d5358d1ff9006640d3054ad90 (plain)
1
2
3
4
5
6
#include <stdint.h>
#define INT8_C(value)                                      ((int_least8_t)value)

/*
STDC(199901)
*/