On Thu, 10 Jul 2008, Daniel Gerzo wrote:
Hello guys,
Wednesday, July 9, 2008, 8:08:02 PM, has been written:
-Do not declare functions inside other functions; ANSI C says that
-such declarations have file scope regardless of the nesting of the
-declaration.
-Hiding file declarations in what ap
Hello guys,
Wednesday, July 9, 2008, 8:08:02 PM, has been written:
>>> -Do not declare functions inside other functions; ANSI C says that
>>> -such declarations have file scope regardless of the nesting of the
>>> -declaration.
>>> -Hiding file declarations in what appears to be a local
>>> -scop