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

xzm7358 / sarudp
关闭

forked from yuanhack / sarudp
关闭
 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
domain_parse.h 474 Bytes
一键复制 编辑 原始数据 按行查看 历史
yuanhack 提交于 2015-08-17 15:53 . init
#ifndef __YH__STASH_SRC_DNS_DOMAIN_PARSE_H__
#define __YH__STASH_SRC_DNS_DOMAIN_PARSE_H__
#include <sys/types.h>
#include <sys/socket.h>
#include <netdb.h>
#include <errno.h>
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <arpa/inet.h>
#ifdef __cplusplus
extern "C"
{
#endif
int domain_parse(const char *str, char *buff, int len,
char *errinfo, int errlen);
#ifdef __cplusplus
}
#endif
#endif /* __YH__STASH_SRC_DNS_DOMAIN_PARSE_H__ */
C
1
https://gitee.com/xzm_user/sarudp.git
git@gitee.com:xzm_user/sarudp.git
xzm_user
sarudp
sarudp
master

搜索帮助