Skip to content

Commit 22bf323

Browse files
author
luke
committed
Add acopy_string to the experimental API.
git-svn-id: https://svn.r-project.org/R/trunk@89048 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 992c6f1 commit 22bf323

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/manual/R-exts.texi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16837,6 +16837,11 @@ it will usually be taken from the environment variable @env{HOME} if
1683716837
this is defined.
1683816838
@end deftypefun
1683916839

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+
1684016845
For historical reasons there are Fortran interfaces to functions
1684116846
@code{D1MACH} and @code{I1MACH}. These can be called from C code as
1684216847
e.g.@: @code{F77_CALL(d1mach)(4)}. Note that these are emulations of

0 commit comments

Comments
 (0)