]> git.proxmox.com Git - mirror_edk2.git/commit - MdeModulePkg/Library/DxePrintLibPrint2Protocol/PrintLib.c
Add 2 functions to UefiLib library class: CatSPrint and CatVSPrint.
authorjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 2 Aug 2011 23:33:06 +0000 (23:33 +0000)
committerjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 2 Aug 2011 23:33:06 +0000 (23:33 +0000)
commitf405c0674aef0fb8bff34acb0011c47f7cd38ea6
treece09868cf38489b3570ae33e90a9385c2e92b95e
parent274402de4642937735918e6c756777c40524957d
Add 2 functions to UefiLib library class: CatSPrint and CatVSPrint.
Implement these functions in the UefiLib instance.

Add 2 functions to PrintLib library class: SPrintLengthAsciiFormat and SPrintLength.
Implement these functions in the BasePrintLib instance and the DxePrintLib2Protocol instance.

Signed-off-by: jcarsey
Reviewed-by: jljusten
Reviewed-by: geekboy15a
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12081 6f19259b-4bc3-4df7-8a09-765794883524
MdeModulePkg/Library/DxePrintLibPrint2Protocol/PrintLib.c
MdePkg/Include/Library/PrintLib.h
MdePkg/Include/Library/UefiLib.h
MdePkg/Library/BasePrintLib/PrintLib.c
MdePkg/Library/BasePrintLib/PrintLibInternal.c
MdePkg/Library/BasePrintLib/PrintLibInternal.h
MdePkg/Library/UefiLib/UefiLibPrint.c