#ifndef LOCK_H #define LOCK_H #include bool lock_check(void); #endif /* LOCK_H */