网站首页
编程语言
数据库
系统相关
其他分享
编程问答
funcB
2024-11-12
Educoder---Linux 信号
第1关:信号处理函数在do_signal中分别为信号SIGUSR1、SIGUSR2注册信号处理函数funcA和funcB,而后将g_i4event置为1;完成两个信号处理函数,其中funcA中将g_i4event置为2,funcB中将g_i4event为3。#include<stdio.h>#include<stdlib.h>#include<strin