X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FInclude%2FLibrary%2FPrintLib.h;fp=MdePkg%2FInclude%2FLibrary%2FPrintLib.h;h=258324a93b0470e63b9839c8bc4a002112cfb189;hp=d908898585afc7d74c8707d46d77fc2717438a36;hb=407310479c5973167e7dc5aa3b82545ca57aab88;hpb=46d0f8abcd0bb1e784c938283452a5c4a314c44d diff --git a/MdePkg/Include/Library/PrintLib.h b/MdePkg/Include/Library/PrintLib.h index d908898585..258324a93b 100644 --- a/MdePkg/Include/Library/PrintLib.h +++ b/MdePkg/Include/Library/PrintLib.h @@ -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