Is it correct to write partial bytes with memcpy?
memcpy
I mean, on my computer sizeof(int) is 4, but this piece of code:
sizeof(int)
#include