#include<pthread.h>; int pthread_create(pthread_t*thread,constpthread_attr_t*attr,; void*(*start_routine)(void*),void*arg); ...
確定! 回上一頁