summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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