... char buff[MAX]; int n; // infinite loop for chat for (;;) { // bzero(buff, MAX); // read the message from client and copy it in buffer ...
確定! 回上一頁