Skip to content
Prev 273604 / 398506 Next

Problem with .C

On 06.10.2011 14:51, Jan van der Laan wrote:
Oh, come on, this is now really too much of overkill.

Just make the original source


void test(double *b, int *l)
{
      int i;
      for(i=0; i < *l ; i++) b[i] += i;
}


which you would have know after reading the Wriiting R Extensions manual.

Best,
Uwe Ligges