9windows.h
来自「这是一个同样来自贝尔实验室的和UNIX有着渊源的操作系统, 其简洁的设计和实现易」· C头文件 代码 · 共 21 行
H
21 行
#include <stdlib.h>#include <stdio.h>#include <string.h>#include <math.h>#include <fcntl.h>#include <io.h>#include <setjmp.h>#include <direct.h>#include <process.h>#include <time.h>#include <assert.h>#include <stdarg.h>/* disable various silly warnings */#ifdef MSVC#pragma warning( disable : 4245 4305 4244 4102 4761 4090 4028 4024)#endiftypedef __int64 p9_vlong;typedef unsigned __int64 p9_uvlong;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?