system函数与信号

使用在写在2019年来临前的倒数0.5小时的system_test()函数来调用如下loop_echo程序: #include <stdio.h> #include <string.h> #include <signal.h> #define BUFSZ 1024 static void handler(int sig) { printf("<.q> to exit\n"); } int
相关文章
相关标签/搜索