UINT8_MAX Constant

stdint.h

#define UINT8_MAX (255)

Maximum value of an unsigned 8-bit integer.

This is the maximum value that an unsigned 8-bit integer can contain.