Download this file
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 */