diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/fonctions.h | 18 |
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 |