added semaphore and shared memory to print without superposition between parent and child process

This commit is contained in:
hugogogo
2022-08-22 14:52:31 +02:00
parent 5225e3258b
commit f7b31c7db7
14 changed files with 127 additions and 65 deletions

View File

@@ -35,7 +35,6 @@
# include "autoindex.hpp"
# include "colors.h"
extern family_state family;
extern bool g_run;
extern int g_last_signal;
void signal_handler(int signum);