Initial commit
This commit is contained in:
8
src/test_static_library.c
Normal file
8
src/test_static_library.c
Normal file
@@ -0,0 +1,8 @@
|
||||
#include <test_static_library.h>
|
||||
#include <stdio.h>
|
||||
|
||||
int hello(int input) {
|
||||
input -= 2;
|
||||
printf("Hello, World %d!\n", input);
|
||||
return input;
|
||||
}
|
||||
Reference in New Issue
Block a user