sixtoedsloth
IS-IT--Management
Hi, i appear to be loosing my mind!!
i have a socket to which i am sending small strings using
send(sockfd, msg, len ,0);
msg is :-
char * msg;
i need to send just a ctrl-E or ascii 5, how do i do this?
Cheers,
Russ
i have a socket to which i am sending small strings using
send(sockfd, msg, len ,0);
msg is :-
char * msg;
i need to send just a ctrl-E or ascii 5, how do i do this?
Cheers,
Russ