app.h 78 B

12345
  1. #ifndef _APP_H__
  2. #define _APP_H__
  3. void app_init(void);
  4. #endif /* _APP_H__ */