View source: R/tcc_ptr_utils.R
| tcc_read_ptr | R Documentation |
Dereferences a void* at the given byte offset from ptr.
Equivalent to *(void**)(ptr + offset). The returned pointer
is tagged "rtinycc_borrowed" and will not be freed by the
garbage collector.
tcc_read_ptr(ptr, offset = 0L)
ptr |
External pointer |
offset |
Byte offset from |
External pointer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.