]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Document is_char in printf_info structure.
authorUlrich Drepper <drepper@redhat.com>
Sun, 13 Jun 1999 15:21:00 +0000 (15:21 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 13 Jun 1999 15:21:00 +0000 (15:21 +0000)
manual/stdio.texi

index 8c6c009c4c98d8d0e4bf278c76d1bf99a5f5b494..0c027fa56833adb77f5be33e9250cdb05882da42 100644 (file)
@@ -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.