test-static-lib/include/test_static_library.h
2020-05-17 23:16:40 +02:00

7 lines
115 B
C

#ifndef TEST_STATIC_LIBRARY_H
#define TEST_STATIC_LIBRARY_H
int hello(int input);
#endif //TEST_STATIC_LIBRARY_H