summaryrefslogtreecommitdiff
path: root/src/stdint/UINT16_C.c
blob: dbb276a6135c08ab48b90a3733477ef79223258f (plain)
1
2
3
4
5
6
#include <stdint.h>
#define UINT16_C(value)                                  ((uint_least16_t)value)

/*
STDC(199901)
*/