volna pamet
Tomas Sevcik
sevcik at zeus.cz
Mon Jul 19 14:43:31 CEST 1999
Jan Pechanec wrote:
>
> nevim, co myslis prepisovanim pointeru.
>
Asi takhle to vypada, snad je to ciste:
/* ZACATEK PRIKLADU */
char **test ( char **str ) {
var *buff=NULL;
if((buff=(char *) malloc(1024))!=NULL) {
strcpy(buff, "A");
if(str!=NULL) {
free(*str);
*str=buff; /* toto myslim prepisovanim pointeru */
}
}
return str;
}
/* KONEC PRIKLADU */
Ted jsem zacal pochybovat, jestli se to muze.
Sevca
More information about the Users-l
mailing list