Skip to contents

Compile and run C code using embedded TCC

Usage

tcc_run(code, args = character())

Arguments

code

C source code as string

args

Arguments to pass to compiled program

Value

Output from program