1 2 3 4 5 6 7 8
#ifndef LOCK_H #define LOCK_H extern int lock_ex(); extern int lock_un(); extern int lock_exnb(); #endif