Subversion Repositories HelenOS

Rev

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

Rev 1787 Rev 1880
Line 390... Line 390...
390
 *
390
 *
391
 *  \% [ FLAGS ] [ WIDTH ] [ .PRECISION ] [ TYPE ] CONVERSION
391
 *  \% [ FLAGS ] [ WIDTH ] [ .PRECISION ] [ TYPE ] CONVERSION
392
 *
392
 *
393
 * FLAGS:@n
393
 * FLAGS:@n
394
 *  - "#" Force to print prefix.
394
 *  - "#" Force to print prefix.
395
 *  For conversion \%o the prefix is 0, for %x and \%X prefixes are 0x and 0X
395
 *  For conversion \%o the prefix is 0, for \%x and \%X prefixes are 0x and 0X
396
 *  and for conversion \%b the prefix is 0b.
396
 *  and for conversion \%b the prefix is 0b.
397
 *
397
 *
398
 *  - "-"   Align to left.
398
 *  - "-"   Align to left.
399
 *
399
 *
400
 *  - "+"   Print positive sign just as negative.
400
 *  - "+"   Print positive sign just as negative.