You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
618 B
C
40 lines
618 B
C
/**
|
|
* @file lv_example_ime_pinyin.h
|
|
*
|
|
*/
|
|
|
|
#ifndef LV_EX_IME_PINYIN_H
|
|
#define LV_EX_IME_PINYIN_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
/*********************
|
|
* INCLUDES
|
|
*********************/
|
|
|
|
/*********************
|
|
* DEFINES
|
|
*********************/
|
|
|
|
/**********************
|
|
* TYPEDEFS
|
|
**********************/
|
|
|
|
/**********************
|
|
* GLOBAL PROTOTYPES
|
|
**********************/
|
|
void lv_example_ime_pinyin_1(void);
|
|
void lv_example_ime_pinyin_2(void);
|
|
|
|
/**********************
|
|
* MACROS
|
|
**********************/
|
|
|
|
#ifdef __cplusplus
|
|
} /*extern "C"*/
|
|
#endif
|
|
|
|
#endif /*LV_EX_IME_PINYIN_H*/
|