Documentation du flag 0

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4835 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Xavier Leroy 2002-05-25 08:37:33 +00:00
parent a21fa9d655
commit 4c64e76734
1 changed files with 1 additions and 0 deletions

View File

@ -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.