1231

#include <stdio.h> #include <pthread.h> #include <unistd.h> #include <stdlib.h> struct menber {     int a;     char *s; }; void *create(void *arg) {     struct menber *temp;     temp=(struct menber *)
本站公眾號
   歡迎關注本站公眾號,獲取更多信息