摘要: Ubuntu64位 #include <pthread.h> #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <string.h> void* thread_func(void* arg) { //printf( 阅读全文
posted @ 2022-03-13 19:25 llovewhat 阅读(89) 评论(0) 推荐(0)