Initial import

This commit is contained in:
Mario Danic
2006-08-15 20:37:04 +00:00
commit 2f2c115e08
96 changed files with 15010 additions and 0 deletions

4
test/burn.c Normal file
View File

@ -0,0 +1,4 @@
int main()
{
return 0;
}