<div dir="ltr"><div>Looking in the PLT documentation i found the following entry for scheme_build_list:</div><div>-----------------------------------------------------------------------------------------</div><div><br></div>
long scheme_build_list(int c, Scheme_Object** elems)<div><br></div><div>Creates and returns a list of length c with the elements elems.</div><div>------------------------------------------------------------------------------------------</div>
<div><br></div><div>Is this correct? Shouldn&#39;t the return type be Scheme_Object* ?</div><div><br></div><div><br></div><div>Regards</div><div>Erlend</div></div>