11 lines
73 B
C
11 lines
73 B
C
|
#ifndef APP_START_H_
|
||
|
#define APP_START_H_
|
||
|
|
||
|
|
||
|
|
||
|
void start(void);
|
||
|
|
||
|
|
||
|
|
||
|
#endif
|