#include #include int mtx_lock(mtx_t *mtx) { return pthread_mutex_lock(mtx); }