2018年3月25日 — ... <pthread.h> // 自己定義的資料結構 typedef struct my_data { int a; int b; int result; } my_data; // 子執行緒函數 void *child(void *arg) ...
確定! 回上一頁