#include <inttypes.h> #include <string.h> void copy10(uint32_t *y,const uint32_t *x) { memcpy(y,x,40); }