#include < signal.h > #include < unistd.h > #include < stdio.h > static void func_int() { write(2, "SIGINT\n", 7); } int main() { if (signal(SIGINT, func_int) == SIG_ERR){ perror("signal"); return 1; } sleep(60); return 0; }
ソフトウェアエンジニアの技術ブログ:Software engineer tech blog
随机应变 ABCD: Always Be Coding and … : хороший