]> Kevux Git Server - fll/commit
Cleanup: Use parameters pointer and relocate output.to assignment.
authorKevin Day <Kevin@kevux.org>
Tue, 3 Dec 2024 05:29:45 +0000 (23:29 -0600)
committerKevin Day <Kevin@kevux.org>
Wed, 4 Dec 2024 02:04:18 +0000 (20:04 -0600)
commit97a2e16b931a1c0b2f4e41ff53502369e584e4ad
tree1f2da8d69a584275e941c1fe934fc296058082d1
parent670ba4ec89ecc20a2137cc959f41f2667e67b255
Cleanup: Use parameters pointer and relocate output.to assignment.

Relocate the `main->program.output.to` assignment to the top of the load settings functions.
This should better allow for printing to be properly used, sooner.

Setup the `parameters` as a pointer to `&main->program.parameters`.
This should help made the code easier to read by reducing the size of the code needed.
level_3/fake/c/main/common.c
level_3/fss_read/c/main/common.c