void*函数指针
摘要:
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <pthread.h> #include <time.h> #include <unistd.h> void test(char *msg) ; void test 阅读全文
posted @ 2020-03-20 01:12 luckygxf 阅读(707) 评论(0) 推荐(0) 编辑