tcc: tcc (Tiny C Compiler) tcc: tcc: Tiny C Compiler is a very fast C compiler. Unlike other C compilers, tcc: it is meant to be self-relying: you do not need an external tcc: assembler or linker because TCC does that for you. tcc: TCC supports ANSI C and most of ISO C99 and many GNUC extensions, tcc: including inline assembly. tcc was written by Fabrice Bellard and is tcc: distributed under the GNU Lesser General Public License. tcc: tcc: Homepage: http://www.tinycc.org/ tcc: