]> Kevux Git Server - fll/commit
Progress: Continue work on fss_read, making relevant changes in other projects.
authorKevin Day <kevin@kevux.org>
Mon, 1 May 2023 03:02:04 +0000 (22:02 -0500)
committerKevin Day <kevin@kevux.org>
Mon, 1 May 2023 03:02:04 +0000 (22:02 -0500)
commit8491b4d8acad6487a49eb05f7155dfd304458d3b
tree899234136c09929e04c92729635525cf707b4e29
parente93da385c054b0a4c26f24ecfde215322d66bce1
Progress: Continue work on fss_read, making relevant changes in other projects.

Start using "static" where it is safe to do so and easy for me to identify such cases.
I would note that a static array of const f_string_static_t does not work.
33 files changed:
level_2/fll_program/c/program/print.c
level_2/fll_program/c/program/print.h
level_3/byte_dump/c/common.c
level_3/control/c/common.c
level_3/controller/c/common.c
level_3/fake/c/main/build/load.c
level_3/fake/c/main/common.c
level_3/fake/c/main/fake/path_generate.c
level_3/fake/c/main/make/operate.c
level_3/fake/c/main/make/operate_validate_type.c
level_3/firewall/c/common.c
level_3/fss_basic_list_read/c/common.c
level_3/fss_basic_read/c/common.c
level_3/fss_embedded_list_read/c/common.c
level_3/fss_extended_list_read/c/common.c
level_3/fss_extended_read/c/common.c
level_3/fss_identify/c/common.c
level_3/fss_identify/c/fss_identify.c
level_3/fss_payload_read/c/common.c
level_3/fss_read/c/main/common.c
level_3/fss_read/c/main/common.h
level_3/fss_read/c/main/common/enumeration.h
level_3/fss_read/c/main/common/print.c
level_3/fss_read/c/main/common/print.h
level_3/fss_read/c/main/common/type.h
level_3/fss_read/c/main/print/error.c
level_3/fss_read/c/main/print/error.h
level_3/fss_write/c/main/common.c
level_3/fss_write/c/main/common/type.h
level_3/iki_read/c/main/common.c
level_3/iki_write/c/main/common.c
level_3/status_code/c/main/common.c
level_3/utf8/c/main/common.c