]> Kevux Git Server - fll/commit
Update: redesign byte_dump --last to be inclusive
authorKevin Day <thekevinday@gmail.com>
Sat, 25 Apr 2020 17:46:36 +0000 (12:46 -0500)
committerKevin Day <thekevinday@gmail.com>
Sat, 25 Apr 2020 17:46:36 +0000 (12:46 -0500)
commit9355b758983e5589e9137752ca38b257f4e016fe
treedb280828cf2661c8bda362606ef9485b87979c46
parentc9a69946e9d3425c98d73eee275ca98dd2809e9e
Update: redesign byte_dump --last to be inclusive

The --last parameter should be inclusive for consistency with the rest of the project, namely FSS.

By redesigning the --last to internally be represented as a relative offset, the behavior can be simplified.
Doing this also adds support for potential future designs where a --length parameter may be provided that is a relative size parameter instead of an absolute one like --last.
level_3/byte_dump/c/byte_dump.c
level_3/byte_dump/c/private-byte_dump.c