rrthomas / mmv

Other
50 stars 7 forks source link

Print system error messages when file operations fail #7

Open rrthomas opened 3 years ago

rrthomas commented 3 years ago

Use perror or similar, in particular when a file operation (unlink, link, rename, read, write, open, close) fails.