make error__ extern and all global state static in main
[libc-test] / common / test.h
1 #define error(...) error__(__FILE__, __LINE__, __VA_ARGS__)
2 void error__(const char *n, int l, const char *s, ...);