7 lines
78 B
C
7 lines
78 B
C
#ifndef UPPER_APP_H
|
|
#define UPPER_APP_H
|
|
|
|
void upper_app_run(void);
|
|
|
|
#endif
|