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

C int may not be 4 bytes #27

Open
HazenBabcock opened this issue Nov 2, 2017 · 0 comments
Open

C int may not be 4 bytes #27

HazenBabcock opened this issue Nov 2, 2017 · 0 comments

Comments

@HazenBabcock
Copy link
Member

In many places we are assuming that the size of 'int' in C is 4 bytes. This appears to generally be true, but it is compiler dependent so this could cause trouble. Instead we should use 'int32_t'.

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

1 participant