From aefb6ceec0aba7d016e4468739894d96891feedb Mon Sep 17 00:00:00 2001 From: Camille Chauvet Date: Wed, 17 May 2023 13:28:42 +0200 Subject: [PATCH] bozosujet --- Makefile => philo/Makefile | 0 data.c => philo/data.c | 0 data.h => philo/data.h | 0 main.c => philo/main.c | 0 parsing.c => philo/parsing.c | 0 parsing.h => philo/parsing.h | 0 philo.c => philo/philo.c | 0 philo.h => philo/philo.h | 0 philo_routine.c => philo/philo_routine.c | 0 philos.c => philo/philos.c | 0 philos.h => philo/philos.h | 0 print.c => philo/print.c | 0 print.h => philo/print.h | 0 print2.c => philo/print2.c | 0 threads.c => philo/threads.c | 0 threads.h => philo/threads.h | 0 time.c => philo/time.c | 0 time.h => philo/time.h | 0 {utils => philo/utils}/ft_atoi.c | 0 {utils => philo/utils}/ft_isnum.c | 0 {utils => philo/utils}/utils.h | 0 21 files changed, 0 insertions(+), 0 deletions(-) rename Makefile => philo/Makefile (100%) rename data.c => philo/data.c (100%) rename data.h => philo/data.h (100%) rename main.c => philo/main.c (100%) rename parsing.c => philo/parsing.c (100%) rename parsing.h => philo/parsing.h (100%) rename philo.c => philo/philo.c (100%) rename philo.h => philo/philo.h (100%) rename philo_routine.c => philo/philo_routine.c (100%) rename philos.c => philo/philos.c (100%) rename philos.h => philo/philos.h (100%) rename print.c => philo/print.c (100%) rename print.h => philo/print.h (100%) rename print2.c => philo/print2.c (100%) rename threads.c => philo/threads.c (100%) rename threads.h => philo/threads.h (100%) rename time.c => philo/time.c (100%) rename time.h => philo/time.h (100%) rename {utils => philo/utils}/ft_atoi.c (100%) rename {utils => philo/utils}/ft_isnum.c (100%) rename {utils => philo/utils}/utils.h (100%) diff --git a/Makefile b/philo/Makefile similarity index 100% rename from Makefile rename to philo/Makefile diff --git a/data.c b/philo/data.c similarity index 100% rename from data.c rename to philo/data.c diff --git a/data.h b/philo/data.h similarity index 100% rename from data.h rename to philo/data.h diff --git a/main.c b/philo/main.c similarity index 100% rename from main.c rename to philo/main.c diff --git a/parsing.c b/philo/parsing.c similarity index 100% rename from parsing.c rename to philo/parsing.c diff --git a/parsing.h b/philo/parsing.h similarity index 100% rename from parsing.h rename to philo/parsing.h diff --git a/philo.c b/philo/philo.c similarity index 100% rename from philo.c rename to philo/philo.c diff --git a/philo.h b/philo/philo.h similarity index 100% rename from philo.h rename to philo/philo.h diff --git a/philo_routine.c b/philo/philo_routine.c similarity index 100% rename from philo_routine.c rename to philo/philo_routine.c diff --git a/philos.c b/philo/philos.c similarity index 100% rename from philos.c rename to philo/philos.c diff --git a/philos.h b/philo/philos.h similarity index 100% rename from philos.h rename to philo/philos.h diff --git a/print.c b/philo/print.c similarity index 100% rename from print.c rename to philo/print.c diff --git a/print.h b/philo/print.h similarity index 100% rename from print.h rename to philo/print.h diff --git a/print2.c b/philo/print2.c similarity index 100% rename from print2.c rename to philo/print2.c diff --git a/threads.c b/philo/threads.c similarity index 100% rename from threads.c rename to philo/threads.c diff --git a/threads.h b/philo/threads.h similarity index 100% rename from threads.h rename to philo/threads.h diff --git a/time.c b/philo/time.c similarity index 100% rename from time.c rename to philo/time.c diff --git a/time.h b/philo/time.h similarity index 100% rename from time.h rename to philo/time.h diff --git a/utils/ft_atoi.c b/philo/utils/ft_atoi.c similarity index 100% rename from utils/ft_atoi.c rename to philo/utils/ft_atoi.c diff --git a/utils/ft_isnum.c b/philo/utils/ft_isnum.c similarity index 100% rename from utils/ft_isnum.c rename to philo/utils/ft_isnum.c diff --git a/utils/utils.h b/philo/utils/utils.h similarity index 100% rename from utils/utils.h rename to philo/utils/utils.h