From: Ulrich Drepper Date: Sun, 13 Jun 1999 15:21:00 +0000 (+0000) Subject: Document is_char in printf_info structure. X-Git-Tag: cvs/glibc_2-1-2~400 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=10e89a27de4e25e6c7c1665456bd8a3124f97a8e;p=thirdparty%2Fglibc.git Document is_char in printf_info structure. --- 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.