error: warning: incompatible implicit declaration of built-in function ‘memcpy’ [enabled by default]
You likely forgot to include <string.h>
.
Add #include <string.h>
to the top of your file.
You likely forgot to include <string.h>
.
Add #include <string.h>
to the top of your file.