Dne 2.11.2016 v 19:46 SF Markus Elfring napsal(a): >> I like the code as is. > > Do you really prefer to ignore important return values in the discussed > function?
You could define an xprintf() macro that checks if the return value is < 0 and simply calls perror() and exit(1) in such case. Michal