Skip to contents

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