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

#define UINT16_C(__value)                              ((uint_least16_t)__value)

/*
STDC(199901)
*/