当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
1 Star 0 Fork 43

xzm7358 / 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__ */
C
1
https://gitee.com/xzm_user/sarudp.git
git@gitee.com:xzm_user/sarudp.git
xzm_user
sarudp
sarudp
master

搜索帮助