Skip to content

Add implementations of memcmp and memcpy to ulib

我们做的都队 requested to merge lock into main

This is necessary because gcc may generate calls to memcmp, memset, memcpy, and memmove when compiling with -nostdlib.

Merge request reports