Skip to content

Instantly share code, notes, and snippets.

View SerkZex's full-sized avatar

Mujtaba Aldebes SerkZex

View GitHub Profile
@SerkZex
SerkZex / philosophers.c
Last active October 10, 2017 11:54
assigment3Philo
#include "philosophers.h"
#include "taskimpl.h"
void phil1();
void phil2();
void tableToString();
void decideAction(char philosopherState, char philosopher);
QLock qFork1, qFork2;