8 lines
91 B
C
8 lines
91 B
C
#ifndef W3M_DISPLAY_H
|
|
#define W3M_DISPLAY_H
|
|
|
|
void fmInit(void);
|
|
void fmTerm(void);
|
|
|
|
#endif
|