8 lines
100 B
C
8 lines
100 B
C
#ifndef __APP_MAIN_H
|
|
#define __APP_MAIN_H
|
|
|
|
void app_init(void);
|
|
void app_main(void);
|
|
|
|
#endif
|