#include <stdio.h> #include <pthread.h> #include <unistd.h> // 子執行緒函數 void* child(void* data) { char *str = (char*) data; ...
確定! 回上一頁