new file mode 100644 --- /dev/null +++ b/libtest/func2.c @@ -0,0 +1,6 @@ +#include <stdio.h> + +void func2() +{ + printf("Func2: Implement me\n"); +}