]> Kevux Git Server - control/commit
Update: Improve signal handling code.
authorKevin Day <Kevin@kevux.org>
Tue, 28 Jan 2025 04:45:34 +0000 (22:45 -0600)
committerKevin Day <Kevin@kevux.org>
Tue, 28 Jan 2025 04:45:34 +0000 (22:45 -0600)
commit539af4c52fee9d2659a853b7813e19619e2078a0
tree68f75725ef6fc3fb40788b8dd7949d959d1a52eb
parent22b3dde135f19f655054414ec5752b260c7023ed
Update: Improve signal handling code.

Move the `fll_program_print_signal_received()` calls to the main program to help ensure consistent printing at the end of the program.
- Note: I am not certain if I want this instead in the main() function or not and I opted not to do so for now.
sources/c/program/control/main/process.c
sources/c/program/control/main/signal.c