Initial commit
This commit is contained in:
6
include/test_static_library.h
Normal file
6
include/test_static_library.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef TEST_STATIC_LIBRARY_H
|
||||
#define TEST_STATIC_LIBRARY_H
|
||||
|
||||
int hello(int input);
|
||||
|
||||
#endif //TEST_STATIC_LIBRARY_H
|
||||
Reference in New Issue
Block a user