A threaded rm(1) - use at your own peril
Go to file
Érico Nogueira 5b4396c4a1 Improve error handling and error messages.
- Rrror out clearly on most allocation failures (the others will simply
  segfault). Avoid getting into weird program conditions in case some
  operations fail.
- Improve organization of main(), no function pointer usage should be
  necessary.
- Make main thread also a worker thread: avoid leaving a useless thread
  around simply waiting for others to complete. Also means one less
  thread to launch.
2022-01-21 15:45:34 -03:00
.gitignore Initial commit. 2021-05-17 23:29:05 -03:00
Makefile Update Makefile. 2021-09-18 16:08:44 -03:00
erm.c Improve error handling and error messages. 2022-01-21 15:45:34 -03:00
erm.h Improve error handling and error messages. 2022-01-21 15:45:34 -03:00
remove.c Improve error handling and error messages. 2022-01-21 15:45:34 -03:00