| tcc_state | R Documentation |
Initialize a libtcc compilation state, optionally pointing at the bundled include/lib paths.
tcc_state(
output = c("memory", "obj", "dll", "exe", "preprocess"),
include_path = tcc_include_paths(),
lib_path = tcc_lib_paths()
)
output |
Output type: one of "memory", "obj", "dll", "exe", "preprocess". |
include_path |
Path(s) to headers; defaults to the bundled include dirs. |
lib_path |
Path(s) to libraries; defaults to the bundled lib dirs (lib and lib/tcc). |
An external pointer of class tcc_state.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.