JZ_widget.h
634 字节
/* Define to prevent recursive inclusion -------------------------------------*/
#ifndef _JZ_WIDGET_H
#define _JZ_WIDGET_H
/* Includes ------------------------------------------------------------------*/
#ifdef __cplusplus
extern "C" {
#endif
/* Exported constants --------------------------------------------------------*/
/* Exported types ------------------------------------------------------------*/
/* Exported functions --------------------------------------------------------*/
void Jz_set_widget_value(int index,int value);
void JZ_LOG_INFO(const char *format, ...);
#ifdef __cplusplus
}
#endif
#endif //_JZ_WIDGET_H