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