audk/EdkCompatibilityPkg/Foundation/Library/Pei
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
..
Hob Remove unrecognized chars in comment for all source C/h files. 2008-06-19 11:15:44 +00:00
Include Remove unrecognized chars in comment for all source C/h files. 2008-06-19 11:15:44 +00:00
PeiLib Enhance the string formatting function to take "%p" to print pointer. 2008-07-23 07:07:07 +00:00