From a3ea830c6ecebcfe85356d10fb5263f45ea01956 Mon Sep 17 00:00:00 2001 From: Charles Date: Mon, 4 Nov 2019 21:01:21 +0100 Subject: Added iteractive mode and check with gcc -Wformat the generated test before creating it --- tmp.c | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tmp.c (limited to 'tmp.c') diff --git a/tmp.c b/tmp.c new file mode 100644 index 0000000..1c94ea3 --- /dev/null +++ b/tmp.c @@ -0,0 +1,3 @@ +#include +#include "header.h" +void t (){ \ No newline at end of file -- cgit