📄 config.h
字号:
//// Global configuration parameters//#ifndef _MY_CONFIG_H_#define _MY_CONFIG_H_#include <iostream>#include <strstream>#include <fstream>#include <string>extern "C" {#include <stdarg.h>#include <termio.h>#include <unistd.h>#include <sys/file.h>#include <sys/stat.h>#include <sys/ioctl.h>#include <sys/types.h>#include <sys/resource.h>#include <sys/wait.h>#include <malloc.h>#include <memory.h>#include <string.h>#include <pthread.h>#include <langinfo.h>#include <libintl.h>#include <syslog.h>#include <setjmp.h>#include <signal.h>#include <ctype.h>};#ifndef _MY_MAINextern char *program_name;extern int program_pid;extern void Fatal(char *, ...);extern void Log(int, char *, ...);#endif#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -