#include #include void copy10(uint32_t *y,const uint32_t *x) { memcpy(y,x,40); }