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