Skip to content
Prev 343460 / 398525 Next

problem when I Call C subfunction in void function

On Wed, Aug 27, 2014 at 4:58 AM, eguichard <elie.guichard at inserm.fr> wrote:
This line is wrong. Try:
           *res = essi(Px, *tailleP);

Note that double *Px and double Px[] are basically different ways to
say pretty much the same thing. At least in C. Not in C++ or many
other languages. But further discussion would be even more off topic.