Are there any standard marcos (or defines) for error handling?
I’m looking for a macro that prints the source file name/line number and the result of calling getErrno().
I can create them myself but I was hoping there were standard header files for things like this.