mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-25 22:54:51 +02:00
Function headers and comments have been checked with spec.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6653 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
ea99d5d1a5
commit
58125b7a64
@ -473,10 +473,10 @@ AsciiSPrintUnicodeFormat (
|
|||||||
UINTN
|
UINTN
|
||||||
EFIAPI
|
EFIAPI
|
||||||
AsciiValueToString (
|
AsciiValueToString (
|
||||||
IN OUT CHAR8 *Buffer,
|
OUT CHAR8 *Buffer,
|
||||||
IN UINTN Flags,
|
IN UINTN Flags,
|
||||||
IN INT64 Value,
|
IN INT64 Value,
|
||||||
IN UINTN Width
|
IN UINTN Width
|
||||||
);
|
);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -492,10 +492,10 @@ AsciiSPrintUnicodeFormat (
|
|||||||
UINTN
|
UINTN
|
||||||
EFIAPI
|
EFIAPI
|
||||||
AsciiValueToString (
|
AsciiValueToString (
|
||||||
IN OUT CHAR8 *Buffer,
|
OUT CHAR8 *Buffer,
|
||||||
IN UINTN Flags,
|
IN UINTN Flags,
|
||||||
IN INT64 Value,
|
IN INT64 Value,
|
||||||
IN UINTN Width
|
IN UINTN Width
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
return BasePrintLibConvertValueToString (Buffer, Flags, Value, Width, 1);
|
return BasePrintLibConvertValueToString (Buffer, Flags, Value, Width, 1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user