tcc Command Examples

A tiny C compiler that can run C source files as scripts and otherwise has command-line options similar to gcc. More information: https://bellard.org/tcc/tcc-doc.html.

tcc -o {{executable_name}} {{path/to/file1.c}} {{path/to/file2.c}}

tcc -run {{path/to/source_file.c}} {{arguments}}

#!/full/path/to/tcc -run