Declaring automatic variables inside a while loop

Felix Lee felix.1@canids.net
Wed Jan 21 12:31:00 GMT 2004


Claudio Bley <bley@cs.uni-magdeburg.de>:
> What is an "automatic" variable? I never heard of such a thing.

it's in the standard.  it's what stack variables are called.
C has a type keyword 'auto' that nobody uses because it's usually
unnecessary.
--



More information about the Gcc-help mailing list