search for: deftypefunx

Displaying 1 result from an estimated 1 matches for "deftypefunx".

Did you mean: deftypefun
2024 Oct 08
1
WRE about R_strtod
...ex: doc/manual/R-exts.texi =================================================================== --- doc/manual/R-exts.texi (revision 87211) +++ doc/manual/R-exts.texi (working copy) @@ -16482,12 +16482,12 @@ @apifun R_atof @apifun R_strtod - at deftypefun void R_atof (const char* @var{str}) - at deftypefunx void R_strtod (const char* @var{str}, char ** @var{end}) + at deftypefun double R_atof (const char* @var{str}) + at deftypefunx double R_strtod (const char* @var{str}, char ** @var{end}) Implementations of the C99/POSIX functions @code{atof} and @code{strtod} which guarantee platform-dependent be...