📄 sys.h
字号:
//// C++ Interface: sys//// Description:////// Author: Jally <jallyx@163.com>, (C) 2008//// Copyright: See COPYING file that comes with this distribution////#ifndef SYS_H#define SYS_H#include <stdio.h>#include <stdint.h>#include <stdlib.h>#include <pthread.h>#include <string.h>#include <strings.h>#include <errno.h>#include <err.h>#include <time.h>#include <iconv.h>#include <ctype.h>#include <unistd.h>#include <stdarg.h>#include <sys/stat.h>#include <sys/time.h>#include <fcntl.h>#include <dirent.h>#include <signal.h>typedef void *pointer;#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -