7 lines
83 B
C
7 lines
83 B
C
|
|
#ifndef __APP_READER
|
||
|
|
#define __APP_READER
|
||
|
|
|
||
|
|
void APP_Reader_Launcher(void);
|
||
|
|
|
||
|
|
#endif
|