#ifndef __SYS_VER_H__ #define __SYS_VER_H__ #ifdef __cplusplus extern "C" { #endif #include <stdio.h> #include <stdarg.h> int get_ver(void); #ifdef __cplusplus } #endif #endif //__SYS_VER_H__