Added initialization of SharedStruct

This commit is contained in:
2022-10-15 16:06:55 -05:00
parent 26011d7d74
commit 0395a88a63
5 changed files with 39 additions and 19 deletions
+1
View File
@@ -12,5 +12,6 @@ typedef struct SharedStruct
sem_t semProducer;
} SharedStruct;
void SharedStructInit(SharedStruct* sharedMem);
#endif