Hi,
Does anyone know anything about stack size reduction? I`ve gone thru the C forum and I did not find anything. Wat r the standard techniques to reduce the stack size?
From wat I`ve heard, one of the best ways is to try and avoid static arrays in functions.
Is there anything else?
Thanks.