From 10e89a27de4e25e6c7c1665456bd8a3124f97a8e Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 13 Jun 1999 15:21:00 +0000 Subject: [PATCH] Document is_char in printf_info structure. --- manual/stdio.texi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manual/stdio.texi b/manual/stdio.texi index 8c6c009c4c9..0c027fa5683 100644 --- a/manual/stdio.texi +++ b/manual/stdio.texi @@ -2170,6 +2170,9 @@ type modifier was specified. For integer conversions, this indicates @code{long long int}, as opposed to @code{long double} for floating point conversions. +@item unsigned int is_char +This is a boolean that is true if the @samp{hh} type modifier was specified. + @item unsigned int is_short This is a boolean that is true if the @samp{h} type modifier was specified. -- 2.47.3