git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7089 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qhuang8
2008-12-22 12:50:45 +00:00
parent 46d0f8abcd
commit 407310479c
3 changed files with 13 additions and 13 deletions

View File

@@ -24,12 +24,12 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
%[flags][width][.precision]type
[flags]:
- -
- -
- The field is left justified. If not flag is not specified, then the
field is right justified.
- space
- space
- Prefix a space character to a number. Only valid for types X, x, and d.
- +
- +
- Prefix a plus character to a number. Only valid for types X, x, and d.
If both space and + are specified, then space is ignored.
- 0