Home Segments Index Top Previous Next

735: Mainline

Now it is time to look at what is needed on the client side of the communication. First, you must declare several variables analogous to those that you declared in the server:

int socket_number; 
struct sockaddr_in server_addr; 
FILE *fm_server, *to_server;