sys_ver.h 198 B

123456789101112131415161718
  1. #ifndef __SYS_VER_H__
  2. #define __SYS_VER_H__
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. #include <stdio.h>
  7. #include <stdarg.h>
  8. int get_ver(void);
  9. #ifdef __cplusplus
  10. }
  11. #endif
  12. #endif //__SYS_VER_H__