You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mosquitto/test/unit/stubs.c

7 lines
118 B
C

#include <logging_mosq.h>
int log__printf(struct mosquitto *mosq, int priority, const char *fmt, ...)
{
return 0;
}