* 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.