repositories
/
Algorithmic_C.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f12e9b6
)
TP3: remove wrong code
author
Jerome Benoit
<jerome.benoit@sap.com>
Sun, 5 Mar 2017 13:12:24 +0000
(14:12 +0100)
committer
Jerome Benoit
<jerome.benoit@sap.com>
Sun, 5 Mar 2017 13:12:24 +0000
(14:12 +0100)
Signed-off-by: Jerome Benoit <jerome.benoit@sap.com>
TP3/tp3.c
patch
|
blob
|
blame
|
history
diff --git
a/TP3/tp3.c
b/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) {