summaryrefslogtreecommitdiff
path: root/manual/lang.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1992-12-26 02:37:25 +0000
committerRichard M. Stallman <rms@gnu.org>1992-12-26 02:37:25 +0000
commitb1f65e5d148528eaed61d8bac7d0f115d2a8a509 (patch)
tree11057374d7555adfe2b1aab31361d93248760851 /manual/lang.texi
parentd421c6ccbeaab6c6a10fc7d368fb0cd9c4adc158 (diff)
Indicate provenance of UCHAR_MAX, USHRT_MAX, ULONG_MAX, UINT_MAX.
Define WCHAR_MAX.
Diffstat (limited to 'manual/lang.texi')
-rw-r--r--manual/lang.texi16
1 files changed, 16 insertions, 0 deletions
diff --git a/manual/lang.texi b/manual/lang.texi
index c529db8ebe..6a67060df4 100644
--- a/manual/lang.texi
+++ b/manual/lang.texi
@@ -678,6 +678,8 @@ This is the minimum value that can be represented by a @w{@code{signed char}}.
@comment limits.h
@comment ANSI
@item SCHAR_MAX
+@comment limits.h
+@comment ANSI
@itemx UCHAR_MAX
These are the maximum values that can be represented by a
@@ -710,6 +712,8 @@ short int}}. On most machines that the GNU C library runs on,
@comment limits.h
@comment ANSI
@item SHRT_MAX
+@comment limits.h
+@comment ANSI
@itemx USHRT_MAX
These are the maximum values that can be represented by a
@@ -727,6 +731,8 @@ a 32-bit quantity.
@comment limits.h
@comment ANSI
@item INT_MAX
+@comment limits.h
+@comment ANSI
@itemx UINT_MAX
These are the maximum values that can be represented by a
@@ -743,6 +749,8 @@ integers are 32-bit quantities, the same size as @code{int}.
@comment limits.h
@comment ANSI
@item LONG_MAX
+@comment limits.h
+@comment ANSI
@itemx ULONG_MAX
These are the maximum values that can be represented by a
@@ -759,10 +767,18 @@ long long int}}. On most machines that the GNU C system runs on,
@comment limits.h
@comment GNU
@item LONG_LONG_MAX
+@comment limits.h
+@comment ANSI
@itemx ULONG_LONG_MAX
These are the maximum values that can be represented by a @code{signed
long long int} and @code{unsigned long long int}, respectively.
+
+@comment limits.h
+@comment GNU
+@item WCHAR_MAX
+
+This is the maximum value that can be represented by a @code{wchar_t}.
@end table
The header file @file{limits.h} also defines some additional constants