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

/*
STDC(199901)
*/