]> Kevux Git Server - fll/commit
Update: Relocate some of the more common or expected to be common format strings...
authorKevin Day <thekevinday@gmail.com>
Thu, 31 Aug 2023 03:21:50 +0000 (22:21 -0500)
committerKevin Day <thekevinday@gmail.com>
Thu, 31 Aug 2023 03:21:50 +0000 (22:21 -0500)
commit383470762e16e9152e0c8cdc39faf0a3c01867f4
tree44173a653991e4f5a966812dbf7a2e6843c98f76
parent6c15d514aa52caa1200308a36eca959f1829c532
Update: Relocate some of the more common or expected to be common format strings to global statics.

This is a minor resource optimization.
There will hopefully be more optimizations in the future where several of the commonly used strings (within individual projects) are moved into a single location for that given project.
23 files changed:
level_0/f_string/c/string/static.c
level_0/f_string/c/string/static.h
level_2/fll_program/c/program/print.c
level_3/byte_dump/c/main/common/string.c
level_3/byte_dump/c/main/common/string.h
level_3/byte_dump/c/main/print/data.c
level_3/byte_dump/c/main/print/error.c
level_3/control/c/main/print/error.c
level_3/controller/c/controller.c
level_3/controller/c/entry/private-entry.c
level_3/controller/c/rule/private-rule.c
level_3/fake/c/main/build/print/warning.c
level_3/fake/c/main/make/print/error.c
level_3/fake/c/main/make/print/verbose.c
level_3/fake/c/main/print/context.c
level_3/fake/c/main/print/error.c
level_3/fss_identify/c/main/print/error.c
level_3/fss_read/c/main/main/print.c
level_3/fss_read/c/main/print/error.c
level_3/fss_write/c/main/main/print.c
level_3/fss_write/c/main/print/error.c
level_3/iki_write/c/main/print/error.c
level_3/status_code/c/main/print/error.c