@SRAZKVT you can use types with sizeof as well, but sometimes it's shorter to use the variable instead of the type (e.g.
-
@SRAZKVT you can use types with sizeof as well, but sometimes it's shorter to use the variable instead of the type (e.g. if it's "struct my_awesome_struct_with_a_very_long_name")
-
@SRAZKVT you can use types with sizeof as well, but sometimes it's shorter to use the variable instead of the type (e.g. if it's "struct my_awesome_struct_with_a_very_long_name")
@karolherbst @SRAZKVT I got used to use variable name just in case if it's type is going to be changed.