bonsoir
j'ai un warning a la compilation
parti du code, source de ce warning:calim2:Code:
1
2:26 warning: assignment makes pointer from integer without a cast
merci pour votre aideCode:
1
2
3
4
5 const char *V_Entry1; const char *VBuff; VBuff = basename(V_Entry1);