[PATCH] manual: Fixed typo in manual/stdio.texi [BZ #24638]

Florian Weimer fw@deneb.enyo.de
Mon Mar 9 12:27:05 GMT 2020


* Girish Joshi:

>    /* @r{Check the C type wanted for each argument}
>       @r{and see if the object given is suitable.}  */
> +  int i;
>    for (i = 0; i < nwanted; i++)

Please move the declaration of i into the for statement or to the
start of the function.


More information about the Libc-alpha mailing list