You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At some point if you intend to maintain this codebase I would suggest including stdint and using sized ints in place of these. Technically the size of types like unsigned long long int are archetecture dependent.
At some point if you intend to maintain this codebase I would suggest including
stdint
and using sized ints in place of these. Technically the size of types likeunsigned long long int
are archetecture dependent.Originally posted by @jamesba in #30
The text was updated successfully, but these errors were encountered: