This commit is contained in:
2025-07-14 22:24:27 +08:00
parent daacc18ecf
commit 4af19ef574
7722 changed files with 72086 additions and 0 deletions

View 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