test-static-lib/include/test_static_library.h

7 lines
115 B
C
Raw Normal View History

2020-05-17 23:16:40 +02:00
#ifndef TEST_STATIC_LIBRARY_H
#define TEST_STATIC_LIBRARY_H
int hello(int input);
#endif //TEST_STATIC_LIBRARY_H