--- a/libtest/func2.c +++ b/libtest/func2.c @@ -5,7 +5,7 @@ #include <stdio.h> -void func2() +void func2 () { - printf("Func2: Implement me\n"); + printf ("Func2: Implement me\n"); }