Name: Anonymous 2012-03-25 10:16
int main() {
pthread_t kony;
Pthread_create(&kony, NULL, infant, NULL);
Pthread_recruit(kony, null);
}
void *infant(void *laugh) {
printf("Help us, world!\n");
return NULL;
}
pthread_t kony;
Pthread_create(&kony, NULL, infant, NULL);
Pthread_recruit(kony, null);
}
void *infant(void *laugh) {
printf("Help us, world!\n");
return NULL;
}