加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
include.h 634 Bytes
一键复制 编辑 原始数据 按行查看 历史
孤陋寡闻君 提交于 2019-07-12 15:29 . 20190712
/*
* Copyright (C) 2019 All rights reserved.
*
* FileName :include.h
* Author :yuefei.Chen
* Email :yfei777@outlook.com
* Date :2019年07月05日
* Description :
*/
#pragma once
#include <stdio.h>
#include <sys/socket.h>
#include <sys/types.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <unistd.h>
#include <ctype.h>
#include <strings.h>
#include <string.h>
#include <sys/stat.h>
#include <pthread.h>
#include <sys/wait.h>
#include <stdlib.h>
#include <errno.h>
#include <fcntl.h>
#define SERVER_STRING "Server: jdbhttpd/0.1.0\r\n"
#define FNAME "./conf.ini"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化