Em ter., 13 de jul. de 2021 às 22:15, David Rowley <dgrowle...@gmail.com>
escreveu:

> On Tue, 13 Jul 2021 at 23:45, Ranier Vilela <ranier...@gmail.com> wrote:
> > The question not answered is if *argno* can '>=' that
> pertrans->numTransInputs,
> > before entering the loop?
> > If *can*, the loop might be useless in that case.
> >
> >>
> >>
> >> Note that we're doing argno++ inside the loop.
> >
> > Another question is, if *argno* can '>' that pertrans->numTransInputs,
> > before the loop, the test will fail?
> > if (argno == pertrans->numTransInputs)
>
> argno is *always* 0 before the loop starts.
>
Good. Thanks.

regards,
Ranier Vilela

Reply via email to