code
This commit is contained in:
10
Plugins/MqttClient/Source/DTMqtt/MqttC/utf-8.h
Normal file
10
Plugins/MqttClient/Source/DTMqtt/MqttC/utf-8.h
Normal file
@ -0,0 +1,10 @@
|
||||
// Copyright 2023 Dexter.Wan. All Rights Reserved.
|
||||
// EMail: 45141961@qq.com
|
||||
|
||||
#if !defined(UTF8_H)
|
||||
#define UTF8_H
|
||||
|
||||
int MQTT_UTF8_validate(int len, const char *data);
|
||||
int MQTT_UTF8_validateString(const char* string);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user