1 2 3 4 5 6 7 8
#ifndef LOCK_H #define LOCK_H #include <stdbool.h> bool lock_check(void); #endif /* LOCK_H */