Guest User

Untitled

a guest
Jun 22nd, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. #include<pthread.h>
  2. void* thred(void* o){return NULL;}
  3. void man(void)
  4. {
  5. pthread_create(NULL, NULL, &***thred, NULL);
  6. }
Add Comment
Please, Sign In to add comment