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
{{ message }}
This repository has been archived by the owner on Dec 6, 2021. It is now read-only.
Optimise variable declarations and types' sizes to fit the assigned data.
For example, and an
int
variable that has only been assigned a small value, and never changes, should be assigned the type__INT_FAST16_TYPE__
.The text was updated successfully, but these errors were encountered: