| tcc_output_file | R Documentation |
Finalize a state created with output = "obj", "dll", "exe", or
"preprocess" and write the resulting artifact. A state can be finalized
only once. Memory states must instead use tcc_relocate().
tcc_output_file(state, path)
state |
A non-memory |
path |
Destination file path. |
Integer status code (0 = success).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.