audk/EdkCompatibilityPkg/Foundation/Library
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
..
CompilerStub Add a work around Dummy.c file to avoid autogen error to GCC tool chain family. 2008-03-28 11:51:43 +00:00
CustomizedDecompress edk2/EdkCompatibilityPkg/** 2008-03-17 22:01:12 +00:00
Dxe Enhance the string formatting function to take "%p" to print pointer. 2008-07-23 07:07:07 +00:00
EdkIIGlueLib Remove unrecognized chars in comment in assembly file. 2008-06-19 11:20:33 +00:00
EfiCommonLib Add in .S file for GCC tool-chain. 2008-07-21 10:03:20 +00:00
Pei Enhance the string formatting function to take "%p" to print pointer. 2008-07-23 07:07:07 +00:00
RuntimeDxe/EfiRuntimeLib Remove unrecognized chars in comment for all source C/h files. 2008-06-19 11:15:44 +00:00
Thunk16 edk2/EdkCompatibilityPkg/** 2008-03-17 22:01:12 +00:00