c.texi (Function Declaration): Remove a left-over 'an' in 'an creating'.
This commit is contained in:
parent
35ce19e318
commit
91873bac90
2
c.texi
2
c.texi
|
@ -10766,7 +10766,7 @@ static foo (double x);
|
|||
defaults the return type to @code{int}.
|
||||
This is bad practice; if you see it, fix it.
|
||||
|
||||
Calling a function that is undeclared has the effect of an creating
|
||||
Calling a function that is undeclared has the effect of creating
|
||||
an @dfn{implicit} declaration in the innermost containing scope,
|
||||
equivalent to this:
|
||||
|
||||
|
|
Loading…
Reference in New Issue