tcc_add_library: Add a library to a libtcc state

View source: R/tinycc.R

tcc_add_libraryR Documentation

Add a library to a libtcc state

Description

Add a library to a libtcc state

Usage

tcc_add_library(state, library)

Arguments

state

A tcc_state.

library

Library name (e.g., "m" for libm, "R" for libR).

Value

Integer status code (0 = success).


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