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

1 line
48 B
C

HANDLE hMutex = CreateMutex(NULL, FALSE, NULL);