RosettaCodeData/Task/Mutex/C/mutex-6.c
2023-07-01 13:44:08 -04:00

2 lines
57 B
C

pthread_mutex_t mutex;
pthread_mutex_init(&mutex, NULL);