> Ivan Krylov via R-devel writes:
Thanks: changed now.
Best
-k
> Hello,
> This is what "Writing R extensions" currently says about R_atof and
> R_strtod:
>>> Function: void R_atof (const char* str)
>>> Function: void R_strtod (const char* str, char ** end)
>>>
>>> Implementations of the C9
Hello,
This is what "Writing R extensions" currently says about R_atof and
R_strtod:
>> Function: void R_atof (const char* str)
>> Function: void R_strtod (const char* str, char ** end)
>>
>> Implementations of the C99/POSIX functions atof and strtod which
>> guarantee platform-dependent behaviou