thanks a lot, but then i have another question, what if i would like to allocate memory for 2 different structs in the same function? is it impossible?
do i have to return it?
i thought that passing the structs trough pointers, i would be allocating memory for the original variable.
i just...