X-Git-Url: http://plrg.eecs.uci.edu/git/?p=c11tester.git;a=blobdiff_plain;f=common.h;h=80bc9ad6e8c6977fb3622b8754c1982cf64c25f5;hp=017cb4f99dd2adba81301d185efb89405cfab79e;hb=70515e16c177a40e1053285262ff34e10c33e57e;hpb=27178b4c4870ab7dcbcfb1135f73a78a19cf4ff8 diff --git a/common.h b/common.h index 017cb4f9..80bc9ad6 100644 --- a/common.h +++ b/common.h @@ -28,4 +28,6 @@ do { \ #define error_msg(...) fprintf(stderr, "Error: " __VA_ARGS__) +void print_trace(void); + #endif /* __COMMON_H__ */