On Sun, Feb 19, 2012 at 1:29 AM, Mark Geisert wrote: > > 4. You've coded functions nested inside main(). I haven't seen that practice > in C language before but apparently it works. Color me impressed.
It's a non-portable GCC extension: http://gcc.gnu.org/onlinedocs/gcc/Nested-Functions.html#Nested-Functions Csaba -- GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++ The Tao of math: The numbers you can count are not the real numbers. Life is complex, with real and imaginary parts. "Ok, it boots. Which means it must be bug-free and perfect. " -- Linus Torvalds "People disagree with me. I just ignore them." -- Linus Torvalds -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

