]> git.draconx.ca Git - gob-dx.git/commit
Use "remove" to delete files.
authorNick Bowler <nbowler@draconx.ca>
Fri, 25 Feb 2022 04:26:39 +0000 (23:26 -0500)
committerNick Bowler <nbowler@draconx.ca>
Fri, 25 Feb 2022 04:41:26 +0000 (23:41 -0500)
commit128651aeb8a83a6a240298b0391c2d183763ec93
tree86f1b635a484484910a307765836f657bfc53b76
parentbb6822c219eb531a497d0829626ac3b29af198fa
Use "remove" to delete files.

The standard C library has a function to delete files, let's not pull
in unix headers just to get "unlink" when standard C will do fine.
src/main.c