摘要:
1 #include <stdio.h> 2 #include <string.h> 3 #include <unistd.h> 4 #include <signal.h> 5 int g_iSeq=0; 6 7 void SignHandlerNew (int iSignNo ,siginfo_t *pInfo,void *pReserved) 8 { 9 int iSeq=g_iSeq++;10 printf("%d enter Signhandlernow.signo:%d.\n",iSeq,iSignNo);11 sl 阅读全文
posted @ 2013-02-16 16:39
notepi
阅读(803)
评论(0)
推荐(0)