Skip to contents

Run the tinycc CLI

Usage

tcc_run_cli(args = character(), tcc_path = check_cli_exists())

Arguments

args

Character vector of CLI arguments (e.g., c("-c", file, "-o", out)).

tcc_path

Optional path to the tcc binary; defaults to the bundled CLI.

Value

Integer status from system2().