pthread_create (&tid, NULL, thread, NULL); pthread_join(tid, (void **)&i); printf("%d\n",i);. } Program 3 void *thread(void *vargp).
確定! 回上一頁