Skip to contents

Compile C code from a character string

Usage

tcc_compile_string(state, code)

Arguments

state

A tcc_state.

code

C source code string.

Value

Integer status code (0 = success).