Blame common/test.h

nsz a520c1
/* use it in test_ functions */
nsz 7308b3
#define error(...) error__(__FILE__, __LINE__, __VA_ARGS__)
nsz 9087bf
void error__(const char *n, int l, const char *s, ...);
nsz a520c1
nsz a520c1
/* use it in bench_ functions */
nsz a520c1
void start_timer(void);
nsz a520c1
void stop_timer(void);
nsz a520c1
void reset_timer(void);