BYTE data [1024]
Such as:
0 xaaaaaa as the starting address of the data in the form of binary sequence assign values to the data array
CodePudding user response:
What you mean? Memory can't copy?Memcpy (data, 0 xaaaaaa, sizeof (data));
CodePudding user response:
What you mean? Memory can't copy?