I have this code:
void caller() { char buffer[20][20]; int sd; ... send(sd, buffer[7], 5, 0); }
Now I have this code: