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
It allows us to read/write data in little-endian format. Compared to
just using the correctly-sized integer type, it has the advantage of
forcing users to convert to and from little endian format (which will be
no-ops in little-endian architectures).
Signed-off-by: Wedson Almeida Filho <[email protected]>
0 commit comments