summaryrefslogtreecommitdiff
path: root/include/fonctions.h
diff options
context:
space:
mode:
authorbiouman <biouman>2001-05-01 23:46:25 +0000
committerbiouman <biouman>2001-05-01 23:46:25 +0000
commit7dd4d0c7b11f8341fc4f7c357273c4d14f6bb237 (patch)
treed8f7714a44352e91922d24bc52cb1e1547d6fd99 /include/fonctions.h
parent61cc1439cfbd973a4b1f4e3fcf8a7139b1addcc5 (diff)
*** empty log message ***
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