aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
diff options
context:
space:
mode:
authorgrischka <grischka>2009-05-05 20:17:11 +0200
committergrischka <grischka>2009-05-05 20:17:11 +0200
commita93bcdffae3ac45f1d29827b59356b2c8ca555f5 (patch)
treef156709ac31d646c0ac84d87ffad11f897669578 /tcc.h
parent15626621fb2a7dbe61b841e8121e44fd528073ec (diff)
downloadtinycc-a93bcdffae3ac45f1d29827b59356b2c8ca555f5.tar.gz
tinycc-a93bcdffae3ac45f1d29827b59356b2c8ca555f5.tar.bz2
new files: tcc.h libtcc.c tccpp.c tccgen.c
Diffstat (limited to 'tcc.h')
-rw-r--r--tcc.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/tcc.h b/tcc.h
new file mode 100644
index 0000000..d1a6db6
--- /dev/null
+++ b/tcc.h
@@ -0,0 +1,20 @@
+/*
+ * TCC - Tiny C Compiler
+ *
+ * Copyright (c) 2001-2004 Fabrice Bellard
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+