1 2 3
#define error(...) _error(__FILE__, __LINE__, __VA_ARGS__) void _error(const char *, const int, const char *, ...);