diff options
Diffstat (limited to 'c/menu/calculator.h')
| -rw-r--r-- | c/menu/calculator.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/c/menu/calculator.h b/c/menu/calculator.h new file mode 100644 index 0000000..4a70356 --- /dev/null +++ b/c/menu/calculator.h @@ -0,0 +1,6 @@ +/* Menu Thing for RVController - Calculator + * A product of Advanced Mesecons Devices, a Cheapie Systems company + * This is free and unencumbered software released into the public domain. + * See http://unlicense.org/ for more information */ + +void runCalculator(void); |
