]> Kevux Git Server - controller/commit
Update: Avoid the use of bool, keeping it to a bare minimum.
authorKevin Day <Kevin@kevux.org>
Mon, 1 Dec 2025 01:42:18 +0000 (19:42 -0600)
committerKevin Day <Kevin@kevux.org>
Mon, 1 Dec 2025 01:42:18 +0000 (19:42 -0600)
commit1a5925d51c220628a7fd7b7be4ae90b8b549ef77
tree651d01f597f34aa24412b45b7e29298e0244430f
parent5f7e236f2e9daa4c857f71d3f33fd22fcecf0ece
Update: Avoid the use of bool, keeping it to a bare minimum.

Use `uint8_t` to both enforce a specific byte size as well as provide the ability for it to be converted into a set of bits if need be, without breaking API or ABI.
sources/c/program/controller/main/common/type/interrupt.h
sources/c/program/controller/main/print/output/entry/setting.c
sources/c/program/controller/main/print/output/rule/validate.c