#pragma once #ifdef __cplusplus extern "C" { #endif #include int32_t get_app_version(); #ifdef __cplusplus } #endif