#ifndef VERSION_H #define VERSION_H #ifdef __cplusplus extern "C" { #endif const char* get_git_version_info(); #ifdef __cplusplus } /* extern "C" */ #endif #endif // VERSION_H