📄 9windows.h
字号:
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -