MCPcopy Create free account
hub / github.com/CloverHackyColor/CloverBootloader / memcpy

Function memcpy

rEFIt_UEFI/Platform/Posix/string.h:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25inline void* memcpy(void *dst, const void *src, size_t len)
26{
27 return CopyMem(dst,src,len);
28}
29
30inline char* strcat(char* s1, const char* s2)
31{

Callers 15

XString_testsFunction · 0.50
IsOsxHibernatedFunction · 0.50
QuickSortFunction · 0.50
nsvg_qsortFunction · 0.50
nsvg__duplicatePointsFunction · 0.50
nsvg__rasterizeShapesFunction · 0.50
nsvg__xformPremultiplyFunction · 0.50
nsvg__pushAttrFunction · 0.50
nsvg__createGradientFunction · 0.50
nsvg__getLocalBoundsFunction · 0.50
nsvg__addShapeFunction · 0.50
nsvg__addPathFunction · 0.50

Calls 1

CopyMemFunction · 0.50

Tested by 1

XString_testsFunction · 0.40