11.11.2011, 23:52
Well, i was just wondering...
Is allocating memory with ******'s malloc include, do all the work with the block of memory, copy the values into a staticly allocated var, free the block and return the var, worth doing it?
Is allocating memory with ******'s malloc include, do all the work with the block of memory, copy the values into a staticly allocated var, free the block and return the var, worth doing it?