简版本聊天室server&client-已验证OK

chat_server.c #include<time.h> #include<stdio.h> #include<sys/socket.h> #include<netinet/in.h> #include<string.h> #define LISTENQ 5 #define MAXLINE 512 #define MAXMEM 10 #define NAMELEN 20 #define POR
相关文章
相关标签/搜索