]> Kevux Git Server - kevux-tools/commit
Progress: Continue working on completing the remove program.
authorKevin Day <Kevin@kevux.org>
Thu, 27 Mar 2025 01:18:50 +0000 (20:18 -0500)
committerKevin Day <Kevin@kevux.org>
Thu, 27 Mar 2025 01:18:50 +0000 (20:18 -0500)
commit137aa0830908f1f4b50286b604e5e440256ac2b2
tree2ea53b7a588e0a27eed2b81f0aa6005db487f356
parent4ad50604fb4f31d5f50225d01cfb4c885c6a767d
Progress: Continue working on completing the remove program.

Use polling on the standard input to allow for blocking in an interruptible way.
Once there is input the file read can be called to read the input.

This finishes the `remove` program development.
I am still designating this as progress because the following wrapper programs now need to be written:
  - `rm`
  - `rmdir`
  - `unlink`
data/build/stand_alone/configs/remove-config.h
sources/c/program/kevux/tools/remove/main/common/define.h
sources/c/program/kevux/tools/remove/main/common/print.c
sources/c/program/kevux/tools/remove/main/common/print.h
sources/c/program/kevux/tools/remove/main/common/type.c
sources/c/program/kevux/tools/remove/main/common/type.h
sources/c/program/kevux/tools/remove/main/operate.c