mtx_destroy.c 55 B

12345
  1. #include <threads.h>
  2. void mtx_destroy(mtx_t *mtx)
  3. {
  4. }