handler.h
来自「程序实现了Linux下dhcp客户端以及autoip客户端的功能」· C头文件 代码 · 共 19 行
H
19 行
#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 + =
减小字号Ctrl + -
显示快捷键?