]> Kevux Git Server - fll/commit
Update: Remove the ++first and ++last parameters and relating logic.
authorKevin Day <Kevin@kevux.org>
Thu, 23 May 2024 03:23:23 +0000 (22:23 -0500)
committerKevin Day <Kevin@kevux.org>
Thu, 23 May 2024 04:17:48 +0000 (23:17 -0500)
commitaa69f191a7aa7d251d3b3d99dc4a012e85995d46
tree59c5df1664617056352f46a38d87827344ab941d
parent36e86fa99b502384b69b7d11d67bb6db5ad1de52
Update: Remove the ++first and ++last parameters and relating logic.

I have used this for a while and have decided these are not worth the effort.
The addition is very nice but the additional code and logic is just extra maintenance and complexity for very little gain.
47 files changed:
build/scripts/bootstrap-example.sh
build/scripts/bootstrap.sh
build/scripts/generate_ctags.sh
build/scripts/install.sh
build/scripts/package.sh
build/scripts/test.sh
level_0/f_console/c/console/common.c
level_0/f_console/c/console/common.h
level_2/fll_program/c/program/common.h
level_2/fll_program/c/program/print.c
level_3/byte_dump/c/main/byte_dump.c
level_3/byte_dump/c/main/common.c
level_3/byte_dump/c/main/common/enumeration.h
level_3/controller/c/common.c
level_3/controller/c/common.h
level_3/controller/c/controller.c
level_3/example/c/main/common.c
level_3/example/c/main/common/enumeration.h
level_3/example/c/main/example.c
level_3/fake/c/main/common.c
level_3/fake/c/main/common/enumeration.h
level_3/fake/c/main/fake.c
level_3/firewall/c/main/common.c
level_3/firewall/c/main/common/enumeration.h
level_3/firewall/c/main/firewall.c
level_3/fss_identify/c/main/common.c
level_3/fss_identify/c/main/common/enumeration.h
level_3/fss_identify/c/main/fss_identify.c
level_3/fss_read/c/main/common.c
level_3/fss_read/c/main/common/enumeration.h
level_3/fss_read/c/main/fss_read.c
level_3/fss_read/tests/runtime/script/generate.sh
level_3/fss_write/c/main/common.c
level_3/fss_write/c/main/common/enumeration.h
level_3/fss_write/c/main/fss_write.c
level_3/iki_read/c/main/common.c
level_3/iki_read/c/main/common/enumeration.h
level_3/iki_read/c/main/iki_read.c
level_3/iki_write/c/main/common.c
level_3/iki_write/c/main/common/enumeration.h
level_3/iki_write/c/main/iki_write.c
level_3/status_code/c/main/common.c
level_3/status_code/c/main/common/enumeration.h
level_3/status_code/c/main/status_code.c
level_3/utf8/c/main/common.c
level_3/utf8/c/main/common/enumeration.h
level_3/utf8/c/main/utf8.c