mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2025-01-14 08:36:31 +00:00
5 lines
72 B
C
5 lines
72 B
C
|
|
||
|
#include <stddef.h>
|
||
|
|
||
|
void *memcpy(void *s1, const void *s2, size_t n);
|