diff --git a/ctrl_machine/README.md b/ctrl_machine/README.md index c088186..5ca93ea 100644 --- a/ctrl_machine/README.md +++ b/ctrl_machine/README.md @@ -95,7 +95,6 @@ Lorsque tous les entiers sont passés, P1 et P2 affichent la valeur du miminimum Fonctions et macro utiles : ```c -int rand(void); int pipe(int pipefd[2]); pid_t fork(void); int open(const char *pathname, int flags, ...