⚠️ Warning: This is a draft ⚠️

This means it might contain formatting issues, incorrect code, conceptual problems, or other severe issues.

If you want to help to improve and eventually enable this page, please fork RosettaGit's repository and open a merge request on GitHub.

{{implementation|C}} TCC — Tiny C Compiler — is a compiler of [[C]] designed to be used in embedded environments. It only generates code for the x86 and x86-64 architectures.

There is a [[Tcl]] extension that embeds TCC to enable putting C inside Tcl scripts. (See [http://wiki.tcl.tk/20123 the Tcler's Wiki] for more details.)

==Links==

  • [http://www.tinycc.org/ Home page] (redirects to http://bellard.org/tcc/)
  • [http://www.landley.net/code/tinycc/ Another project home page] (things are a bit complicated!)