📄 handler.h
字号:
#ifndef SIGNALS_H#define SIGNALS_H#include <signal.h>/** *Description: this function used to handle the situation when a signal occurs *@param sig: signal *no return value */ void sigHandler(int sig);/** *Description: this function used to initiate the siganl handling process */void signalSetup();#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -