#include <string.h> void *memcpy(void * __restrict__dest, ... The memcpy() built-in function copies count bytes from the object pointed to by src to the ...
確定! 回上一頁