From d839e959cbfd2b9819d96deb770abb0bbe40fc63 Mon Sep 17 00:00:00 2001 From: Ineiev Date: Mon, 28 Apr 2025 13:01:59 +0000 Subject: [PATCH] * c.texi (Maximum and Minimum Values): Add @findex INT_MIN. --- c.texi | 1 + 1 file changed, 1 insertion(+) diff --git a/c.texi b/c.texi index 383d7cf..0b49180 100644 --- a/c.texi +++ b/c.texi @@ -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 @code{UCHAR_MAX}. +@findex INT_MIN 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 @code{MIN} in the names listed above.) There is no minimum limit