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
相關文章
相關標籤/搜索