Type Qualifier [volatile]
Michael ROBIN
mikero at microsoft.UUCP
Thu May 31 07:34:41 AEST 1990
In article <803 at ehviea.ine.philips.nl> leo at ehviea.UUCP (Leo de Wit) writes:
>In article <1990May22.124936.5727 at aucs.uucp> 880716a at aucs.UUCP (Dave Astels) writes:
>|In article <4275 at infmx.UUCP> briand at infmx.UUCP (brian donat) writes:
>|> When would a programmer want to explicitly use the
>|> 'auto' storage class?
>|
>|I've often wondered that myself. If you find out, let me know.
>
Gee, don't you guys know anything? You use "auto" to line up your declarations:
static int x; static int x;
register int y; instead of register int y;
auto int z; int z;
:)
More information about the Comp.lang.c
mailing list