[go: up one dir, main page]

Menu

[8080b5]: / src / nethelp.h  Maximize  Restore  History

Download this file

8 lines (5 with data), 203 Bytes

1
2
3
4
5
6
7
#ifndef NETHELP_H
#define NETHELP_H
int sock_write_bytes(int sockfd, const unsigned char *buff, int len);
int sock_read_bytes(int sockfd, const unsigned char *buff, int len);
#endif /* ! NETHELP_H */