--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/R/rdc/demo/darwin.R Thu Mar 19 22:26:28 2015 +0100 @@ -0,0 +1,4 @@ +l <- rdcLoad("libc.dylib") +f <- rdcFind(l,"sqrt") +rdcCall(f, "d)d", 144) +