Define cmb_logger_fatal

Define Documentation

cmb_logger_fatal(fp, fmtstr, ...)

Wrapper for a fatal error message. Terminates the program when called. Written as a macro to provide the calling function name and line number automatically.

Parameters:
  • fp – File pointer, possibly stderr

  • fmtstr – printf-like format string

  • ... – Arguments to the format string.