audk/EdkCompatibilityPkg/Foundation/Library/Dxe/Print
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
..
Ascii Renamed to match filename naming recommendations. 2008-03-17 21:29:07 +00:00
Unicode Renamed to match filename naming recommendations. 2008-03-17 21:28:50 +00:00
BoxDraw.c GCC cleanup for all EDK I DXE libraries. 2008-03-29 04:46:03 +00:00
Print.c Enhance the string formatting function to take "%p" to print pointer. 2008-07-23 07:07:07 +00:00
Print.h Add in the 1st version of ECP. 2007-06-28 07:00:39 +00:00
PrintLib.inf edk2/EdkCompatibilityPkg/** 2008-03-17 22:01:12 +00:00
StdErr.c Add in the 1st version of ECP. 2007-06-28 07:00:39 +00:00