9 lines
89 B
C
9 lines
89 B
C
/*
|
|
* SEMA.H - simple semaphores
|
|
*/
|
|
|
|
#ifndef _SEMA_
|
|
#define _SEMA_
|
|
|
|
#endif /* _SEMA */
|