Synopsis
#include <limits.h>
#define CHAR_MIN 0
Description

CHAR_MIN is the minimum value for an object of type char.

Portability

CHAR_MIN conforms to ISO/IEC 9899:1990 (C90) and ISO/IEC 9899:1999 (C99).