0
0
Fork 0
wireless-proxy-esp32/main/tcp_netconn.h

8 lines
135 B
C

#ifndef __TCP_NETCONN_H__
#define __TCP_NETCONN_H__
#include <stdint.h>
int tcp_netconn_send(const void *buffer, size_t len);
#endif