TEXT   223
pthread create id1 null t1 null
Guest on 23rd December 2024 02:36:40 AM


  1. pthread_create(&id1, NULL, t1, NULL);
  2.   pthread_create(&id2, NULL, t2, NULL);

Raw Paste

Login or Register to edit or fork this paste. It's free.