struct TITI { byte a; char b; int c[7]; }; struct TOTO { byte a; char b; int c[7]; }; int mafonction(int a,byte *b,TITI c) { byte y; a=a+1; return(5); a=a+1; return(a); return(y); } void ff(mod int h) { /*h=h+1;*/ } task main() { int d; byte e; TITI f; d=mafonction(1,e,f); ff(d); }