ver.h 187 B

1234567891011121314151617
  1. #ifndef _APP_MISC_H_
  2. #define _APP_MISC_H_
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. #include <stdint.h>
  7. #include <stdio.h>
  8. uint8_t get_version(void);
  9. #ifdef __cplusplus
  10. }
  11. #endif
  12. #endif