]> Kevux Git Server - fll/commit
Refactor: ename bit_dump to byte_dump
authorKevin Day <thekevinday@gmail.com>
Sun, 8 Sep 2019 23:25:31 +0000 (18:25 -0500)
committerKevin Day <thekevinday@gmail.com>
Sun, 8 Sep 2019 23:25:31 +0000 (18:25 -0500)
commit96f0b2308a17178833a4353271b422ae1a9f3b8b
treecf420500c4384bd4f8f75e2929984015cf98f315
parentf486fd76b92a5cfead72c84b72adc2fd575beff2
Refactor: ename bit_dump to byte_dump

This program is operating on a per byte basis.
The name 'byte_dump' makes more sense than 'bit_dump'.
level_3/bit_dump/c/bit_dump.h [deleted file]
level_3/byte_dump/c/byte_dump.c [moved from level_3/bit_dump/c/bit_dump.c with 63% similarity]
level_3/byte_dump/c/byte_dump.h [new file with mode: 0644]
level_3/byte_dump/c/main.c [moved from level_3/bit_dump/c/main.c with 63% similarity]
level_3/byte_dump/c/private-byte_dump.c [moved from level_3/bit_dump/c/private-bit_dump.c with 78% similarity]
level_3/byte_dump/c/private-byte_dump.h [moved from level_3/bit_dump/c/private-bit_dump.h with 69% similarity]
level_3/byte_dump/data/build/dependencies [moved from level_3/bit_dump/data/build/dependencies with 100% similarity]
level_3/byte_dump/data/build/settings [moved from level_3/bit_dump/data/build/settings with 80% similarity]