make_fun_list | R Documentation |
Parse a fortran subroutine/entry definition and return subroutine/entry name and C argument types as a list
make_fun_list(fun_strs)
fun_str |
a vector of subroutine definition strings with args |
a list of function names along with C argument types, SEXP args, and .Call args
make_fun_list(c("subroutine foo(no,ni,x,y,w,theta)", "entry foobar(ix, y)", "subroutine bar(x,n,p,m)"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.