memcpy Edit ... #include <cstring> void *memcpy( void *to, const void *from, size_t count );. The function memcpy() copies count characters from the array from to ...
確定! 回上一頁