APUE Learning Example Source Code
guowenxue
2019-06-26 157be0b0d4c7d4809cfcafc76235cc18388378c8
1
2
3
4
5
6
#include <logging_mosq.h>
 
int log__printf(struct mosquitto *mosq, int priority, const char *fmt, ...)
{
    return 0;
}