summaryrefslogtreecommitdiff
path: root/src/stdint/UINT_LEAST8_MAX.c
blob: 29f3c09aca12fb07c9cd78d89c7ee170609d3591 (plain)
1
2
3
4
5
6
#include <stdint.h>
#define UINT_LEAST8_MAX                                                    (255)

/*
STDC(199901)
*/