#pragma once #include int mutexInit(struct mutex *); int mutexFree(struct mutex *); int mutexLock(struct mutex *); int mutexUnlock(struct mutex *);