Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Files for compil Simgrid with cmake and make a distrib with cpack.
[simgrid.git] / buildtools / CPACK / tmp / prog_sem_timedwait.c
1 #include <semaphore.h>
2 sem_t *s;
3 const struct timespec * t;
4 sem_timedwait(s, t);