]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BasePrintLib/PrintLibInternal.h
MemoryAllocationLib: For boundary case: “AllocationSize + OverAllocationSize >= 4G”
[mirror_edk2.git] / MdePkg / Library / BasePrintLib / PrintLibInternal.h
index de08f0edfc8a19b4fb2c43ce7af283c6d6873aae..c7fecfd34c5644b980057cd6b680e85cb97cf816 100644 (file)
@@ -39,7 +39,7 @@
 ///   Maximum Length Decimal String     = 28    "-9,223,372,036,854,775,808"\r
 ///   Maximum Length Hexidecimal String = 17    "FFFFFFFFFFFFFFFF"\r
 ///   Maximum Length GUID               = 37    "00000000-0000-0000-0000-000000000000"\r
-///   Maximum Length TIME               = 17    "12/12/2006  12:12"\r
+///   Maximum Length TIME               = 18    "12/12/2006  12:12"\r
 ///\r
 #define MAXIMUM_VALUE_CHARACTERS  38\r
 \r
@@ -85,3 +85,11 @@ BasePrintLibValueToString (
   IN UINTN      Radix\r
   );\r
 \r
+UINTN\r
+BasePrintLibConvertValueToString (\r
+  IN OUT CHAR8   *Buffer,\r
+  IN UINTN       Flags,\r
+  IN INT64       Value,\r
+  IN UINTN       Width,\r
+  IN UINTN       Increment\r
+  );\r