tdd-in-c/inc/mqtt_example.h

3 lines
74 B
C

#include <stddef.h>
int send_mqtt_msg(char *payload, size_t payload_len);