7 lines
98 B
C
Executable File

#define BUFLEN_TCP 16
#define BUFLEN_UDP 16
void net_init();
int tcp_write(int sock, char s[]);