/ / 最新

swk's log - TCC - Tiny C Compiler

2006-06-08

* TCC - Tiny C Compiler [tech]

#!/usr/local/bin/tcc -run
#include <stdio.h>

int main() 
{
    printf("Hello World\n");
    return 0;
}

http://fabrice.bellard.free.fr/tcc/tcc-doc.html#SEC3

ちょっと楽しげかも.

関連記事:
[2006-06-11-1] gcc で標準入力をコンパイル

最終更新時間: 2009-01-03 08:13


Shingo W. Kagami - swk(at)kagami.org