From 7fff62061d8be98cb3efcdc07238e861bb278dfc Mon Sep 17 00:00:00 2001 From: Denis Monnerat Date: Wed, 16 Oct 2024 14:34:43 +0200 Subject: [PATCH] api --- ctrl_machine/README.md | 1 - 1 file changed, 1 deletion(-) 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, ...