tcc_symbol_is_valid: Check if a tcc_symbol external pointer is valid

View source: R/tinycc.R

tcc_symbol_is_validR Documentation

Check if a tcc_symbol external pointer is valid

Description

Check if a tcc_symbol external pointer is valid

Usage

tcc_symbol_is_valid(ptr)

Arguments

ptr

External pointer from tcc_get_symbol().

Value

TRUE if the pointer address is non-null, FALSE otherwise.


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