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
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'.
The text was updated successfully, but these errors were encountered:
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'.
The text was updated successfully, but these errors were encountered: