We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 992c6f1 commit 22bf323Copy full SHA for 22bf323
doc/manual/R-exts.texi
@@ -16837,6 +16837,11 @@ it will usually be taken from the environment variable @env{HOME} if
16837
this is defined.
16838
@end deftypefun
16839
16840
+@eapifun acopy_string
16841
+@deftypefun {const char *} acopy_string (const char *@var{in})
16842
+Return a copy of a string using memory from @code{R_alloc}.
16843
+@end deftypefun
16844
+
16845
For historical reasons there are Fortran interfaces to functions
16846
@code{D1MACH} and @code{I1MACH}. These can be called from C code as
16847
e.g.@: @code{F77_CALL(d1mach)(4)}. Note that these are emulations of
0 commit comments