Y
Hacker News
new
|
ask
|
show
|
jobs
by
andreyv
1559 days ago
Right — ferror() does not set errno, and so perror() is not appropriate here. fprintf(stderr, ...) would be better.