9 lines
97 B
C
9 lines
97 B
C
//阅读器应用
|
|
|
|
#ifndef __APP_READER
|
|
#define __APP_READER
|
|
|
|
void APP_Reader_Launcher(void);
|
|
|
|
#endif
|