1 Star 0 Fork 0

jxva/jv-core

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
jv_init.h 500 Bytes
一键复制 编辑 原始数据 按行查看 历史
Zane Chiang 提交于 2018-03-19 09:01 . sync codes from c-framework
#ifndef _JV_INIT_H_INCLUDE_
#define _JV_INIT_H_INCLUDE_
#include <jv_config.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <sys/time.h> /* gettimeofday */
#include <time.h>
/* #include <unistd.h> */
#define JV_INFTIM -1 /* wait forever */
#define LF (u_char) 10
#define CR (u_char) 13
#define CRLF "\x0d\x0a"
#ifndef SHUT_RDWR
#define SHUT_RD 0x00
#define SHUT_WR 0x01
#define SHUT_RDWR 0x02
#endif
#endif
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/jxva/jv-core.git
git@gitee.com:jxva/jv-core.git
jxva
jv-core
jv-core
master

搜索帮助