view R/rdc/demo/darwin.R @ 49:d6670bd553dd

- comment cleanup
author Tassilo Philipp
date Fri, 13 Nov 2020 20:44:00 +0100
parents 0cfcc391201f
children
line wrap: on
line source

l <- rdcLoad("libc.dylib")
f <- rdcFind(l,"sqrt")
rdcCall(f, "d)d", 144)