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
There is no reason to use pointers to 32bit values, all operations are
based on bytes. So This removes alot of extra casting and potential
pointer arithmetic errors.
Also provide some functions for calculating header values to reduce
duplication and improve readability.
0 commit comments