summaryrefslogtreecommitdiff
path: root/include/canard.h
diff options
context:
space:
mode:
authorPaul Kocialkowski2016-11-21 22:13:39 +0100
committerPaul Kocialkowski2016-11-22 13:27:38 +0100
commit76bc9028e9585a06717bb051ec72612e57b88b52 (patch)
tree4e07e48590702f1208f69d8bc57e6ed857136a07 /include/canard.h
Canard include file and compiler initial commit
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'include/canard.h')
-rw-r--r--include/canard.h50
1 files changed, 50 insertions, 0 deletions
diff --git a/include/canard.h b/include/canard.h
new file mode 100644
index 0000000..e31581f
--- /dev/null
+++ b/include/canard.h
@@ -0,0 +1,50 @@
+/*
+ * Copyright (C) 2016 Paul Kocialkowski <contact@paulk.fr>
+ * Copyright (C) 2016 Jerome Coste <jerome.coste@etu.utc.fr>
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program 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 General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef _CANARD_H_
+#define _CANARD_H_
+
+#define avale ,
+#define coin ;
+#define digere {
+#define gere }
+#define bouffe (
+#define gerbe )
+#define pan =
+#define canard if
+#define placo else
+#define collectionne while
+#define couve for
+#define chie return
+
+#define magret int
+#define cane short
+#define canneton char
+#define conflit unsigned
+
+#define et
+#define le
+#define la
+#define de
+#define des
+#define avec
+#define un
+#define une
+#define puis
+
+#endif