Skip to content
rename basic function (e.g. memcpy) to avoid collisions with the libos

Kernel and user space has its own versions of memcpy, memset, etc.
Consequently, we rename the functions in the libos to avoid collisions.
In addition, it provides us the offer to create a optimized version of memcpy in user space.