Skip to content

Instantly share code, notes, and snippets.

View batinay1337's full-sized avatar
Swifting

Batınay Ünsel batinay1337

Swifting
View GitHub Profile
@batinay1337
batinay1337 / main.c
Created June 3, 2023 22:01
Multi-threaded-task-Manager-Application
#include <stdio.h>
#include <stdlib.h>
#include <pthread.h>
#include <semaphore.h>
#include <string.h>// for string
#include <time.h> // for random time
#include <stdarg.h> // for debug txt
#include <unistd.h> // for sleep function
#define MAX_TASKS 100