mirror of https://github.com/acidanthera/audk.git
correct 0X to 0x
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6912 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
c3d4e543f0
commit
527079789c
|
@ -76,7 +76,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||||
to be an int. This does not follow ANSI C.
|
to be an int. This does not follow ANSI C.
|
||||||
- X
|
- X
|
||||||
- The argument is a hexadecimal number and the number is padded with
|
- The argument is a hexadecimal number and the number is padded with
|
||||||
zeros. This is equivalent to a format string of "0X". If the flag
|
zeros. This is equivalent to a format string of "0x". If the flag
|
||||||
'L' is not specified, then the argument is assumed to be an int.
|
'L' is not specified, then the argument is assumed to be an int.
|
||||||
This does not follow ANSI C.
|
This does not follow ANSI C.
|
||||||
- d
|
- d
|
||||||
|
|
Loading…
Reference in New Issue