加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
socket_ctrl.h 304 Bytes
一键复制 编辑 原始数据 按行查看 历史
luanhailiang 提交于 2012-08-09 20:44 . My mudos
#ifndef SOCKET_CTRL_H
#define SOCKET_CTRL_H
/*
* socket_ctrl.c
*/
int set_socket_nonblocking PROT((int, int));
int set_socket_owner PROT((int, int));
int set_socket_async PROT((int, int));
#ifdef WIN32
void SocketPerror PROT((char *, char *));
void CDECL cleanup_sockets PROT((void));
#endif
#endif
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化