#ifndef __SYS_VER_H__ #define __SYS_VER_H__ #ifdef __cplusplus extern "C" { #endif #include #include int get_ver(void); #ifdef __cplusplus } #endif #endif //__SYS_VER_H__