comparison docs/ccguide/printf.refentry @ 640:8a16d38f3d94

Convert to Docbook XML format
author roug
date Sun, 08 Dec 2002 11:09:10 +0000
parents e9578f62b346
children
comparison
equal deleted inserted replaced
639:e53c35cea83f 640:8a16d38f3d94
108 conversion characters are: 108 conversion characters are:
109 </para> 109 </para>
110 110
111 <informaltable frame="none"> 111 <informaltable frame="none">
112 <tgroup cols="2"> 112 <tgroup cols="2">
113 <colspec colwidth="0.5in"> 113 <colspec colwidth="0.5in"/>
114 <colspec colwidth="3in"> 114 <colspec colwidth="3in"/>
115 <tbody> 115 <tbody>
116 <row> 116 <row>
117 <entry>d,o,x,X</entry> 117 <entry>d,o,x,X</entry>
118 <entry>The argument is an integer and the 118 <entry>The argument is an integer and the
119 conversion is to decimal, octal, or 119 conversion is to decimal, octal, or
166 pffinit() somewhere. 166 pffinit() somewhere.
167 </para> 167 </para>
168 168
169 <informaltable frame="none"> 169 <informaltable frame="none">
170 <tgroup cols="2"> 170 <tgroup cols="2">
171 <colspec colwidth="0.5in"> 171 <colspec colwidth="0.5in"/>
172 <colspec colwidth="3in"> 172 <colspec colwidth="3in"/>
173 <tbody> 173 <tbody>
174 <row> 174 <row>
175 <entry>c</entry> 175 <entry>c</entry>
176 <entry>The argument as a character.</entry> 176 <entry>The argument as a character.</entry>
177 </row> 177 </row>
198 </refsect1> 198 </refsect1>
199 199
200 <refsect1><title>See Also</title> 200 <refsect1><title>See Also</title>
201 <para> 201 <para>
202 Kernighan &amp; Ritchie pages 145-147. 202 Kernighan &amp; Ritchie pages 145-147.
203 <link linkend="Putc">putc()</link>, 203 <link linkend="putc">putc()</link>,
204 <link linkend="scanf">scanf()</link> 204 <link linkend="scanf">scanf()</link>
205 </para> 205 </para>
206 </refsect1> 206 </refsect1>
207 207
208 </refentry> 208 </refentry>