Replies: 1 comment
|
The sign-ness of C's TL;DR - Use |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
It seems AdeptImport itself uses
*ubyte(akaunsigned char*). But as I knowcharissignedon Windows. Should I use*byteor stick with*ubyteto be consistent with AdeptImport?All reactions