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

How about using C STD uint32_t instead of puint32 and so on? #87

Closed
lygstate opened this issue Aug 28, 2020 · 1 comment
Closed

How about using C STD uint32_t instead of puint32 and so on? #87

lygstate opened this issue Aug 28, 2020 · 1 comment

Comments

@lygstate
Copy link

No description provided.

@saprykin
Copy link
Owner

Well, the problem is that on some operating systems a compiler can be rather old (i.e. GCC < 3.x) or non-compliant with C99 standard which introcuced fixed integer types. That's the reason why we have to use custom data types - to insure that everything is consistent and portable across a wide range of systems and compilers.

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