cctools
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
dttools
src
semaphore.h
1
#ifndef SEMAPHORE_H
2
#define SEMAPHORE_H
3
4
int
semaphore_create(
int
value );
5
void
semaphore_down(
int
s );
6
void
semaphore_up(
int
s );
7
8
#endif
9
Generated by
1.8.5