#ifndef __TCP_NETCONN_H__ #define __TCP_NETCONN_H__ #include int tcp_netconn_send(const void *buffer, size_t len); #endif