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
sizeof helps with quickly checking the size of C datatypes on your machine.
More types to be added as time goes on. Supports bash autocomplete for most types.
Installation: sudo make install
Running: sizeof <data_type_name>
About
Quickly check the size of C datatypes on your machine