Download List

프로젝트 설명

ApacheのC言語CGI作成支援プログラムです。

JSPのように、HTMLへC言語ソースを含むタグを埋め込んだテキストを、本プログラムに通すことで、C言語CGIプログラムを生成します。

System Requirements

System requirement is not defined

Released at 2010-02-25 01:02
cgigenerator 0.0.3 (1 files Hide)

Release Notes

add -t <num> option
printfの行頭に<num>個のタブを出力します
add -n option
Cコンパイラ用のタグを出力しないようにします

Changelog

add -t <num> option
append tab before printf
add -n option
not print C compiler tag