gcc -I. -o client client.c socket.c */ int main(int argc, char **argv) { int sockfd = 0; struct sockaddr_in client_addr;
確定! 回上一頁