Copying bytes of array of uint_32 to unsigned char

前端 未结 0 1310
野性不改
野性不改 2021-01-16 13:02

I am trying to copy the bytes of state to charstate using memcpy

uint32_t state[3] = {0x00000300, 0x00001100, 0x00022200};
unsigned char charstate[1420];
memc         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题