tcc_ptr_set: Set a pointer-to-pointer value

View source: R/tcc_ptr_utils.R

tcc_ptr_setR Documentation

Set a pointer-to-pointer value

Description

Assigns the address in ptr_value to the location pointed to by ptr_ref.

Usage

tcc_ptr_set(ptr_ref, ptr_value)

Arguments

ptr_ref

External pointer to a pointer value (e.g., address of a field).

ptr_value

External pointer to store.

Value

The updated pointer reference (invisibly).


Rtinycc documentation built on April 28, 2026, 1:07 a.m.