1 2 3 4 5 6 7 8 9 10 11
--- functionname.in +++ functionname_c.in @@ -6,7 +6,7 @@ doSomethingThenPrintHello(int test) return; } - print("goodbye\n"); + print("hello\n"); }