]> Kevux Git Server - fll/commit
Update: Implement the static string array for the fll_error program.
authorKevin Day <Kevin@kevux.org>
Fri, 21 Feb 2025 03:03:57 +0000 (21:03 -0600)
committerKevin Day <Kevin@kevux.org>
Fri, 21 Feb 2025 03:03:57 +0000 (21:03 -0600)
commitaab76cb5b766b25337584d5aed7d1adcdcd3e2f1
tree9a817503477f0dbb41e3f5a0abfd70a17536eee6
parente976df0192c36a061720ef0d9eb0554e2e01e1ff
Update: Implement the static string array for the fll_error program.

This provides some centralization to the static strings to a single global array.
This uses an enumeration similar to the way the function strings in the programs are handled.
This enumeration does come with a cost.
However, adding all the strings together in a single location should have some technical benefits.
29 files changed:
build/level_2/settings
build/monolithic/settings
build/stand_alone/byte_dump.config.h
build/stand_alone/byte_dump.settings
build/stand_alone/example.config.h
build/stand_alone/example.settings
build/stand_alone/fake.config.h
build/stand_alone/fake.settings
build/stand_alone/firewall.settings
build/stand_alone/utf8.config.h
build/stand_alone/utf8.settings
level_2/fll_error/c/error.c
level_2/fll_error/c/error.h
level_2/fll_error/c/error/string.c [new file with mode: 0644]
level_2/fll_error/c/error/string.h [new file with mode: 0644]
level_2/fll_error/c/private-error.c
level_2/fll_error/data/build/settings
level_3/byte_dump/c/main/common/print.h
level_3/example/c/main/common/print.h
level_3/fake/c/main/common/print.h
level_3/fake/c/main/print/error.c
level_3/firewall/c/main/common/print.h
level_3/fss_identify/c/main/common/print.h
level_3/fss_read/c/main/common/print.h
level_3/fss_write/c/main/common/print.h
level_3/iki_read/c/main/common/print.h
level_3/iki_write/c/main/common/print.h
level_3/status_code/c/main/common/print.h
level_3/utf8/c/main/common/print.h