1 2 3 4 5 6 7
#include <stdio.h> #include <stdlib.h> void __eprintf(const char * msg, const char * file, unsigned line, const char * e) { fprintf(stderr, msg, file, line, e); abort(); }