aboutsummaryrefslogtreecommitdiff
path: root/bin2c.c
Commit message (Collapse)AuthorAgeFilesLines
* Added what I call virtual io to tinycc this way we can make a monolitic ↵mingodad2013-01-111-0/+615
executable or library that contains all needed to compile programs, truly tinycc portable. Tested under linux exec the "mk-it" shell script and you'll end up with a portable tinycc executable that doesn't depend on anything else.