Re: scripts/basic/bin2c: Complete error handling in main()

From: Michal Marek
Date: Thu Nov 03 2016 - 11:42:32 EST


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