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

From: Michal Marek
Date: Fri Nov 04 2016 - 08:19:15 EST


On 2016-11-03 20:48, SF Markus Elfring wrote:
>> You could define an xprintf() macro that checks if the return value
>> is < 0 and simply calls perror() and exit(1) in such case.
>
> Does such a macro belong to any general header file from the Linux
> software library?

No.

Michal