OpenCore
1.0.4
OpenCore Bootloader
|
#include <Library/BaseLib.h>
Go to the source code of this file.
Functions | |
void * | memset (void *Buffer, int Value, size_t Length) |
void * | memcpy (void *DestinationBuffer, const void *SourceBuffer, size_t Length) |
Variables | |
GLOBAL_REMOVE_IF_UNREFERENCED BOOLEAN | gOcCompilerIntrinsicsLib |
Generic code for compiler intrinsics.
Copyright (c) 2020, vit9696. All rights reserved. SPDX-License-Identifier: BSD-3-Clause
Definition in file OcCompilerIntrinsicsLib.c.
void * memcpy | ( | void * | DestinationBuffer, |
const void * | SourceBuffer, | ||
size_t | Length ) |
Definition at line 78 of file OcCompilerIntrinsicsLib.c.
void * memset | ( | void * | Buffer, |
int | Value, | ||
size_t | Length ) |
Definition at line 51 of file OcCompilerIntrinsicsLib.c.
GLOBAL_REMOVE_IF_UNREFERENCED BOOLEAN gOcCompilerIntrinsicsLib |
Definition at line 10 of file OcCompilerIntrinsicsLib.c.