1 Star 0 Fork 0

linxueya/Robot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
qq_ipc.h 443 Bytes
一键复制 编辑 原始数据 按行查看 历史
linxueya 提交于 2020-06-13 12:00 . new file: client.c
#ifndef QQ_IPC_H
#define QQ_IPC_H
struct QQ_DATA_INFO {
int protocal;
char srcname[20];
char destname[20];
char data[100];
};
/*
* protocal srcname destname data
* 1 登陆者 NULL
* 2 发送方 接收方 数据
* 5 发送方 接收方 文件
* 3 NULL(不在线)
* 4 退出登陆用户(退出登陆)
*/
#endif
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/linxueya/Robot.git
git@gitee.com:linxueya/Robot.git
linxueya
Robot
Robot
master

搜索帮助