]> Kevux Git Server - fll/commit
Update: Use f_console_parameters_t as a pointer and document fll_program_parameter_pr...
authorKevin Day <Kevin@kevux.org>
Fri, 14 Feb 2025 04:01:26 +0000 (22:01 -0600)
committerKevin Day <Kevin@kevux.org>
Fri, 14 Feb 2025 04:03:25 +0000 (22:03 -0600)
commitf3f5caf43dd58fbef0a3f08d7e12f222e9d2b5f3
tree078a2acc9059bfcf0adab8a953f028b731bf8375
parent0d958cbc69e2c8e420a769affd697dee7bcdd775
Update: Use f_console_parameters_t as a pointer and document fll_program_parameter_process_context_standard().

Make the use of `f_console_parameters_t` as a pointer for consistency purposes.

Some programs did this whereas other programs repeatedly called `main->program.parameters`.
This should no longer be the case.

The documentation comments should be referencing `fll_program_parameter_process_context_standard()` and now do.
24 files changed:
level_3/byte_dump/c/main/common.c
level_3/example/c/main/common.c
level_3/example/c/main/common.h
level_3/fake/c/main/common.h
level_3/firewall/c/main/common.c
level_3/firewall/c/main/common.h
level_3/fss_identify/c/main/common.c
level_3/fss_identify/c/main/common.h
level_3/fss_read/c/main/common.c
level_3/fss_read/c/main/common.h
level_3/fss_read/c/main/main.c
level_3/fss_read/c/main/main.h
level_3/fss_write/c/main/common.c
level_3/fss_write/c/main/common.h
level_3/fss_write/c/main/main.h
level_3/iki_read/c/iki/main.c
level_3/iki_read/c/main/common.c
level_3/iki_read/c/main/common.h
level_3/iki_write/c/main/common.c
level_3/iki_write/c/main/common.h
level_3/status_code/c/main/common.c
level_3/status_code/c/main/common.h
level_3/utf8/c/main/common.c
level_3/utf8/c/main/common.h