From faffdc37debb7507e2b1b321f2a05061c2738afd Mon Sep 17 00:00:00 2001 From: Jerome Benoit Date: Sun, 5 Mar 2017 14:12:24 +0100 Subject: [PATCH] TP3: remove wrong code Signed-off-by: Jerome Benoit --- TP3/tp3.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/TP3/tp3.c b/TP3/tp3.c index ffb53c2..52c2a6e 100644 --- a/TP3/tp3.c +++ b/TP3/tp3.c @@ -1,8 +1,4 @@ #include -#if __BSD_VISIBLE -#undef __BSD_VISIBLE -#define __BSD_VISIBLE -#endif #include void AfficheTab(int T[], int n) { -- 2.34.1