2021年12月16日

摘要: #include <stdio.h> #include <string.h> typedef void (*func_evt_hdl)(); /*ptr*/ typedef struct _task_list_ { int flag; func_evt_hdl handler; }EVT_HDL_N 阅读全文
posted @ 2021-12-16 22:00 real-watson 阅读(46) 评论(0) 推荐(0) 编辑
 
摘要: 1. select 相关man 资料 /* According to POSIX.1-2001 */ #include <sys/select.h> /* According to earlier standards */ #include <sys/time.h> #include <sys/ty 阅读全文
posted @ 2021-12-16 10:50 real-watson 阅读(465) 评论(0) 推荐(0) 编辑