This commit is contained in:
Lorenzo Bianchi 2023-05-14 22:25:31 +02:00
parent 355da4d358
commit 23e9392876
1 changed files with 1 additions and 0 deletions

View File

@ -2,5 +2,6 @@
#define SEMAPHORE_H
void semOp(int semid, short sem_num, short sem_op);
int getSemid();
#endif