tcc_call_symbol: Call a zero-argument symbol with a specified return type

View source: R/tinycc.R

tcc_call_symbolR Documentation

Call a zero-argument symbol with a specified return type

Description

Call a zero-argument symbol with a specified return type

Usage

tcc_call_symbol(state, name, return = c("int", "double", "void"))

Arguments

state

A tcc_state.

name

Symbol name to call.

return

One of "int", "double", "void".

Value

The return value cast to the requested type (NULL for void).


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