mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-02-07 12:17:41 +08:00
9 lines
182 B
C++
9 lines
182 B
C++
#include "libmosquitto_common_mock.hpp"
|
|
|
|
|
|
int mosquitto_validate_utf8(const char *str, int len)
|
|
{
|
|
return LibMosquittoCommonMock::get_mock().mosquitto_validate_utf8(
|
|
str, len);
|
|
}
|