View source: R/tcc_ptr_utils.R
| tcc_cstring | R Documentation |
Convert R character strings to C-style null-terminated string pointers. This handles UTF-8 encoding and null termination automatically.
tcc_cstring(str)
str |
Character string |
An external pointer tagged "rtinycc_owned" pointing to a
malloc'd copy of the string. Freed on garbage collection or via
tcc_free().
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.