If my functions only use a few variables and never return, then I never need anything but stack memory, and overflow is simply garbage collection. Is this possible in C?
Name:
Anonymous2009-11-11 12:51
If you overflow your stack you're fucked. Maybe you meant function return instead?