diff options
author | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-07-23 07:07:07 +0000 |
---|---|---|
committer | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-07-23 07:07:07 +0000 |
commit | 0f77dfb62292f27e1bf07427ae4e885401a96352 (patch) | |
tree | 280937306c1567279828b9e1eb0702aedc16d13c /EdkFatBinPkg | |
parent | 34a0bac4750ad7b18d72e67fbfb670bb892796af (diff) | |
download | edk2-platforms-0f77dfb62292f27e1bf07427ae4e885401a96352.tar.xz |
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
Diffstat (limited to 'EdkFatBinPkg')
0 files changed, 0 insertions, 0 deletions