Displaying 1 result from an estimated 1 matches for "hint3".
Did you mean:
hint
2006 Apr 13
2
Calloc : syntax error
Hi,
I have issue with Calloc : at the compilation step, gcc tells "error :
syntax error before ')' token".
When I use the classical C calloc... free, everything's fine.
Here's the part of code :
a = (double*) Calloc(*n,sizeof(double));
when i remove this line or replace it with the calloc, it's ok
Hint : In the header file R.h, there's a line :
/* for PROBLEM