这是pthread_create的正确用法,没有警告: #include <pthread.h> #include <stdio.h> void *check(void *temp) { int* i = (int *)temp; printf("%d\n", ...
確定! 回上一頁