fix bracket evaluation
[calc.git] / storage.h
index d538e7b84deaf54d58be9104551696582d64b643..896c264459fe78efc4dae5f4a45040615f6a7368 100644 (file)
--- a/storage.h
+++ b/storage.h
@@ -9,7 +9,7 @@ extern tab_t *storage;
 
 /* storage functions */
 
-void memory (int nb);
+int memory (int nb);
 double store (int id, double value);
 double recall (int id);
 double increase (int id);