Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it portable? #5

Open
ruffianeo opened this issue Feb 4, 2020 · 1 comment
Open

Is it portable? #5

ruffianeo opened this issue Feb 4, 2020 · 1 comment

Comments

@ruffianeo
Copy link

I have a deeply rooted distrust to code which uses raw integer types instead of fixed with types as defined in stdint.h. At best, this way of providing code only causes compiler warnings (Example: the size of the buffer is unsigned in the code, but should be size_t, which is usually typedef'd as unsigned long long).
My distrust is so deep, that I am compulsed to report the lack of using proper primitive types as an issue.

@catid
Copy link
Owner

catid commented Feb 4, 2020

Yeah that's a good point I usually don't write APIs that way

Repository owner deleted a comment from Clownacy May 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants