Subversion Repositories HelenOS-historic

Rev

Rev 674 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 674 Rev 675
Line 150... Line 150...
150
 *      and printed in standard hexadecimal format (only significant
150
 *      and printed in standard hexadecimal format (only significant
151
 *      digits).
151
 *      digits).
152
 *
152
 *
153
 * X    As with 'x', but '0x' is prefixed.
153
 * X    As with 'x', but '0x' is prefixed.
154
 *
154
 *
155
 * .    The decimal number following period will be treated as precision
-
 
156
 *      for printing floating point numbers. One of 'e', 'E', 'f' or 'F'
-
 
157
 *      must follow.
-
 
158
 *
-
 
159
 * All other characters from fmt except the formatting directives
155
 * All other characters from fmt except the formatting directives
160
 * are printed in verbatim.
156
 * are printed in verbatim.
161
 *
157
 *
162
 * @param fmt Formatting NULL terminated string.
158
 * @param fmt Formatting NULL terminated string.
163
 */
159
 */