Skip to contents

Add an include path to a libtcc state

Usage

tcc_add_include_path(state, path)

Arguments

state

A tcc_state.

path

Path to include directory.

Value

Integer status code (0 = success).