Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: limits.h

CHAR_MIN

CHAR_MIN SCHAR_MIN

Description

Minimum and maximum values a `char' can hold. The sign of "char" is probably dictated by a command-line switch to your compiler. MSVC will define _CHAR_UNSIGNED if the /J option is used. GCC uses --unsigned-char (and friends) to override the default for the target processor and defines a symbol __CHAR_UNSIGNED__ if appropriate.