audk/EdkCompatibilityPkg/Foundation/Library/Dxe
qwang12 0f77dfb622 Enhance the string formatting function to take "%p" to print pointer.
'p' - arugment is VOID *; printed as hex number

Example is :

  ASPrint (Buffer, 1024, "This is a %p\n", SystemTable);

  ASPrint (Buffer, 1024, "This is a %10p\n", SystemTable);


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5554 6f19259b-4bc3-4df7-8a09-765794883524
2008-07-23 07:07:07 +00:00
..
EfiDriverLib Some adjustment in ECP to make it compatible with EDK1.01(EDK1117) foundation in UEFI2.0+Framework0.9x build mode for silicon modules 2008-07-08 07:08:54 +00:00
EfiIfrSupportLib edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiIfrSupportLib/IfrOpCodeCreation.c 2008-05-27 03:15:43 +00:00
EfiScriptLib Removed one include path which doesn't exist 2008-04-02 08:09:41 +00:00
EfiUiLib GCC cleanup for all EDK I DXE libraries. 2008-03-29 04:46:03 +00:00
Graphics Enhance the string formatting function to take "%p" to print pointer. 2008-07-23 07:07:07 +00:00
GraphicsLite GCC cleanup for all EDK I DXE libraries. 2008-03-29 04:46:03 +00:00
Hob Update Guid Value format. 2008-03-28 12:00:46 +00:00
Include Some adjustment in ECP to make it compatible with EDK1.01(EDK1117) foundation in UEFI2.0+Framework0.9x build mode for silicon modules 2008-07-08 07:08:54 +00:00
Print Enhance the string formatting function to take "%p" to print pointer. 2008-07-23 07:07:07 +00:00
PrintLite GCC cleanup for all EDK I DXE libraries. 2008-03-29 04:46:03 +00:00
UefiEfiIfrSupportLib Remove unrecognized chars in comment in source file. 2008-06-19 11:44:04 +00:00