* c.texi (Maximum and Minimum Values): Add @findex INT_MIN.

This commit is contained in:
Ineiev 2025-04-28 13:01:59 +00:00
parent af51624fd0
commit d839e959cb
1 changed files with 1 additions and 0 deletions

1
c.texi
View File

@ -12471,6 +12471,7 @@ Since there are three ways to specify a @code{char} type, there are
also three limits: @code{CHAR_MAX}, @code{SCHAR_MAX}, and also three limits: @code{CHAR_MAX}, @code{SCHAR_MAX}, and
@code{UCHAR_MAX}. @code{UCHAR_MAX}.
@findex INT_MIN
For each type that is or might be signed, there is another symbol that For each type that is or might be signed, there is another symbol that
gives the minimum value it can hold. (Just replace @code{MAX} with gives the minimum value it can hold. (Just replace @code{MAX} with
@code{MIN} in the names listed above.) There is no minimum limit @code{MIN} in the names listed above.) There is no minimum limit