Documentation du flag 0
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4835 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
a21fa9d655
commit
4c64e76734
|
@ -64,6 +64,7 @@ val fprintf : out_channel -> ('a, out_channel, unit) format -> 'a
|
|||
|
||||
The optional flags include:
|
||||
- [-]: left-justify the output (default is right justification).
|
||||
- [0]: for numerical conversions, pad with zeroes instead of spaces.
|
||||
- [+]: for numerical conversions, prefix number with a [+] sign if positive.
|
||||
- space: for numerical conversions, prefix number with a space if positive.
|
||||
- [#]: request an alternate formatting style for numbers.
|
||||
|
|
Loading…
Reference in New Issue