aleffff opened this issue 4 years ago · 1 comments
In c++, the int is 4 bytes. And here it starts at uint8, is there any way around it?
uint8 means unsigned int of 8 bits, which just means that it is 1 byte long.