b403c05070c6857b1411f92cde00beff844dd6cc
[libc-test] / common / test.h
1 #define error(...) error__(__FILE__, __LINE__, __VA_ARGS__)
2 void error__(const char *n, int l, const char *s, ...);