2020-01-16 21:25:11 +01:00
|
|
|
/**
|
2020-08-31 13:57:18 +02:00
|
|
|
* @file lv_test_label.h
|
2020-01-16 21:25:11 +01:00
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2020-08-31 13:57:18 +02:00
|
|
|
#ifndef LV_TEST_LABEL_H
|
|
|
|
#define LV_TEST_LABEL_H
|
2020-01-16 21:25:11 +01:00
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
|
|
|
|
/*********************
|
|
|
|
* INCLUDES
|
|
|
|
*********************/
|
|
|
|
|
|
|
|
/*********************
|
|
|
|
* DEFINES
|
|
|
|
*********************/
|
|
|
|
|
|
|
|
/**********************
|
|
|
|
* TYPEDEFS
|
|
|
|
**********************/
|
|
|
|
|
|
|
|
/**********************
|
|
|
|
* GLOBAL PROTOTYPES
|
|
|
|
**********************/
|
2020-08-31 13:57:18 +02:00
|
|
|
void lv_test_label(void);
|
2020-01-16 21:25:11 +01:00
|
|
|
|
|
|
|
/**********************
|
|
|
|
* MACROS
|
|
|
|
**********************/
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
2021-03-15 02:03:27 +08:00
|
|
|
} /*extern "C"*/
|
2020-01-16 21:25:11 +01:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif /*LV_TEST_CONT_H*/
|