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

/*
STDC(199901)
*/