/* * testlib.h * * Created on: 2012. 9. 6. * Author: bluexmas */ #ifndef LIBTEST_H_ #define LIBTEST_H_ extern const char* get_version(); #endif /* LIBTEST_H_ */