#if 0 #include #include void mtx_destroy(mtx_t *mtx) { pthread_mutex_destroy(mtx); } /* STDC(201112) */ #endif