tcc_compile_string: Compile C code from a character string

View source: R/tinycc.R

tcc_compile_stringR Documentation

Compile C code from a character string

Description

Compile C code from a character string

Usage

tcc_compile_string(state, code)

Arguments

state

A tcc_state.

code

C source code string.

Value

Integer status code (0 = success).


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