stdafx.h

来自「用C实现的本地服务器」· C头文件 代码 · 共 15 行

H
15
字号
/***
*StdAfx.h - 应该包含的头文件
*
*   编写者:李拓
*   完成时间:2008年11月10日
*
****/
#include <stdio.h>
#include <stdlib.h>
#include <direct.h>
#include <string.h>
#include <io.h>
#include <time.h>
#include <sys/stat.h>
#include <conio.h>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?