tdd-in-c/inc/mqtt_example.h

3 lines
74 B
C
Raw Permalink Normal View History

2022-08-27 15:11:45 +00:00
#include <stddef.h>
int send_mqtt_msg(char *payload, size_t payload_len);