| tcc_call_symbol | R Documentation |
Call a zero-argument symbol with a specified return type
tcc_call_symbol(state, name, return = c("int", "double", "void"))
state |
A |
name |
Symbol name to call. |
return |
One of "int", "double", "void". |
The return value cast to the requested type (NULL for void).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.