TP3: remove wrong code
[Algorithmic_C.git] / TP3 / tp3.c
index ffb53c20129a24e92077dd83c3acc105273c7e65..52c2a6e398be161c61c1f8af0837bd79bbff265a 100644 (file)
--- a/TP3/tp3.c
+++ b/TP3/tp3.c
@@ -1,8 +1,4 @@
 #include <stdio.h>
-#if __BSD_VISIBLE
-#undef __BSD_VISIBLE
-#define __BSD_VISIBLE
-#endif
 #include <stdlib.h>
 
 void AfficheTab(int T[], int n) {