X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=TP3%2Ftp3.c;fp=TP3%2Ftp3.c;h=ffb53c20129a24e92077dd83c3acc105273c7e65;hb=976a4b97383f977dbc9fca15e5c9e6a72af17ce0;hp=52c2a6e398be161c61c1f8af0837bd79bbff265a;hpb=569df90ab9f7e584fe5b8812320f8461c999647f;p=Algorithmic_C.git diff --git a/TP3/tp3.c b/TP3/tp3.c index 52c2a6e..ffb53c2 100644 --- a/TP3/tp3.c +++ b/TP3/tp3.c @@ -1,4 +1,8 @@ #include +#if __BSD_VISIBLE +#undef __BSD_VISIBLE +#define __BSD_VISIBLE +#endif #include void AfficheTab(int T[], int n) {