1 Star 0 Fork 43

yuexiaodong/sarudp

forked from yuanhack/sarudp
关闭
 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
wrapfunc.h 594 Bytes
一键复制 编辑 原始数据 按行查看 历史
yuanhack 提交于 2015-08-20 18:13 . Detach unpv13e
#ifndef __YH_WRAPFUNC_H__
#define __YH_WRAPFUNC_H__
#include <stdio.h>
#include <sys/types.h>
#include <sys/socket.h>
#ifdef __cplusplus
extern "C"
{
#endif
void Gettimeofday(struct timeval *, void *);
void Fclose(FILE *);
FILE *Fdopen(int, const char *);
char *Fgets(char *, int, FILE *);
FILE *Fopen(const char *, const char *);
void Fputs(const char *, FILE *);
const char *Inet_ntop(int, const void *, char *, size_t);
void Inet_pton(int, const char *, void *);
void Sendmsg(int, const struct msghdr *, int);
#ifdef __cplusplus
}
#endif
#endif /* __YH_WRAPFUNC_H__ */
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/yuexiaodong/sarudp.git
[email protected]:yuexiaodong/sarudp.git
yuexiaodong
sarudp
sarudp
master

搜索帮助