mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-06-13 07:16:00 +00:00
CryptLib: Add the AsciiStrCpy() decl.
Signed-off-by: Peter Jones <pjones@redhat.com>
This commit is contained in:
parent
54f8f1f9ed
commit
ca1d0534fa
@ -5,4 +5,5 @@ UINT32 WriteUnaligned32 (UINT32 *Buffer, UINT32 Value);
|
||||
UINTN AsciiStrSize (CHAR8 *string);
|
||||
char *AsciiStrnCpy(char *Destination, char *Source, UINTN count);
|
||||
char *AsciiStrCat(char *Destination, char *Source);
|
||||
CHAR8 *AsciiStrCpy(CHAR8 *Destination, CHAR8 *Source);
|
||||
UINTN AsciiStrDecimalToUintn(const char *String);
|
||||
|
Loading…
Reference in New Issue
Block a user