2020-09-30 17:12:29 +02:00

9 lines
89 B
C

/*
* SEMA.H - simple semaphores
*/
#ifndef _SEMA_
#define _SEMA_
#endif /* _SEMA */