tcc_add_file: Add a source file to a libtcc state

View source: R/tinycc.R

tcc_add_fileR Documentation

Add a source file to a libtcc state

Description

Add a source file to a libtcc state

Usage

tcc_add_file(state, path)

Arguments

state

A tcc_state.

path

Path to a C source file.

Value

Integer status code (0 = success).


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