📄 unix.h
字号:
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <math.h>#include <fcntl.h>#include <setjmp.h>#include <time.h>#include <assert.h>#include <unistd.h>#include <stdarg.h>#include <inttypes.h>#include <ctype.h>#include <errno.h>typedef long long p9_vlong;typedef unsigned long long p9_uvlong;typedef uintptr_t uintptr;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -