summaryrefslogtreecommitdiff
path: root/include/fonctions.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fonctions.h')
-rw-r--r--include/fonctions.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/include/fonctions.h b/include/fonctions.h
new file mode 100644
index 0000000..1b0fbfa
--- /dev/null
+++ b/include/fonctions.h
@@ -0,0 +1,18 @@
+#ifndef __FONCTIONS_H__
+#define __FONCTIONS_H__
+
+
+typedef enum func_name {
+ DERIV,
+ DERIVN,
+ INTEG,
+ ANS,
+ LISTE,
+ DELVAR,
+ SETDISP,
+ HELP,
+ EXIT
+} func_name;
+
+
+#endif \ No newline at end of file