4 lines
73 B
C
4 lines
73 B
C
|
|
#include <pthread.h>
|
||
|
|
|
||
|
|
pthread_mutex_t mutex = PTHREAD_MUTEX_INITIALIZER;
|