示例1: 1 #include 2 #include 3 4 void* clean(void* arg) 5 { 6 printf("cleanup:%s\n", (char*)arg); 7 return (void*)0; 8 } 9 10 void* thrd_fn1(... Read More
posted @ 2015-06-14 19:37 suonikeyinsu Views(395) Comments(0) Diggs(0) Edit