]> Kevux Git Server - fll/commit
Update: Do not use sizeof(char_t) for explicitly handling 1 byte.
authorKevin Day <thekevinday@gmail.com>
Sat, 2 Apr 2022 13:41:07 +0000 (08:41 -0500)
committerKevin Day <thekevinday@gmail.com>
Sat, 2 Apr 2022 13:41:07 +0000 (08:41 -0500)
commit46b31f3864e19ab09dc3b85e479371e5192ceabf
treea3a95dfa800912c29905b41820faefe9be2465a1
parentff8a46d22c24d847fd6cf70f464d546a99d5e0de
Update: Do not use sizeof(char_t) for explicitly handling 1 byte.

The char_t could potentially be of some size other than 1.
This read is per-byte and not per-character.
Normally these or true, but some special architectures this might not be.
level_3/byte_dump/c/private-byte_dump.c