Subversion Repositories HelenOS

Rev

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

Rev 2572 Rev 2712
Line 456... Line 456...
456
 *  - d, i  Print signed decimal number. There is no difference between d
456
 *  - d, i  Print signed decimal number. There is no difference between d
457
 *      and i conversion.
457
 *      and i conversion.
458
 *
458
 *
459
 *  - u Print unsigned decimal number.
459
 *  - u Print unsigned decimal number.
460
 *
460
 *
461
 *  - X, x  Print hexadecimal number with upper- or lower-case. Prefix isi
461
 *  - X, x  Print hexadecimal number with upper- or lower-case. Prefix is
462
 *      not printed by default.
462
 *      not printed by default.
463
 *
463
 *
464
 * All other characters from fmt except the formatting directives are printed in
464
 * All other characters from fmt except the formatting directives are printed in
465
 * verbatim.
465
 * verbatim.
466
 *
466
 *