FAQ 1.12--auto keyword



The faq (question 1.12) states that the keyword "auto" is completely
useless.
However, it is necessary to forward declare a nested function (for
gcc...I'm not sure if this is gcc specific or a language issue.)
In other words:

int
main(void)
{
AUTO int foo(void);
return 0;

int foo (void)
{
return 0;
}
}

is valid only if AUTO is "auto" and not empty. Is this a language
issue, or is allowing the forward declaration a gcc extension?
If a language issue, should the FAQ be modified?

.



Relevant Pages

  • Re: MS word cannot start properly after installing Office 2003 Ser
    ... If Word starts in Safe Mode, there is nothing wrong with Word as such: it is something else and that FAQ should find the problem. ... > With thanks from kiko! ...
    (microsoft.public.word.application.errors)
  • Re: Where can I purchase Census CDs?
    ... I never read them and have in fact got them set to auto delete because I don't think they are of use to me. ... Google, ... I maintain my handful of FAQ because it saves me time when answering ... I maintain Welsh archives FAQ ...
    (soc.genealogy.britain)
  • Re: why do the following crash
    ... But a naive solution would be simply auto reply to each new post ... He pointed to a *specific item* in the FAQ. ... an auto-responder that simply greets every new thread ...
    (comp.lang.c)
  • Re: why do the following crash
    ... But a naive solution would be simply auto reply to each new post ... He pointed to a *specific item* in the FAQ. ... You all think I'm paranoid, ...
    (comp.lang.c)
  • Re: Dharaskars C questions ???
    ... register int i; ... volatile int j; ... The auto storage class specifier is redundant here. ... The clock() function returns values of type clock_t, ...
    (comp.lang.c)