Skip to contents

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).