summaryrefslogtreecommitdiff
path: root/src/stdint/UINT_LEAST16_MAX.h
blob: f629b638009922496135e7823dd2d86ba62fb8ec (plain)
1
2
3
4
5
6
#include <stdint.h>
#define UINT_LEAST16_MAX                                                 (65535)

/*
STDC(199901)
*/