]> Kevux Git Server - fll/commit
Cleanup: Use uint8_t instead of bool and reduce calls to remove() in f_directory_remo...
authorKevin Day <Kevin@kevux.org>
Sun, 9 Mar 2025 22:30:39 +0000 (17:30 -0500)
committerKevin Day <Kevin@kevux.org>
Sun, 9 Mar 2025 22:30:39 +0000 (17:30 -0500)
commitc41bdfefa613de4612240da2b88aab0996a8b8b2
tree39b5c3e6d74c316c070fb2f3a1911782607dd09d
parent5828314cd05de720fbb644a4230b3d6ba68a2525
Cleanup: Use uint8_t instead of bool and reduce calls to remove() in f_directory_remove().

I am now thinking that `uint8_t` is better than `bool`.
In particular, because this allows for more flags down the road without breaking API or ABI.

Simplify the logic in `f_directory_remove()` to have only a single declaration of `remove()`.
level_0/f_directory/c/directory.c
level_0/f_directory/c/directory.h