X-Git-Url: https://secure.softndesign.org/git/?a=blobdiff_plain;f=storage.h;h=896c264459fe78efc4dae5f4a45040615f6a7368;hb=0b69fdfbcd1174e83284c2bf984fd334b0ba679e;hp=d538e7b84deaf54d58be9104551696582d64b643;hpb=893638e2b94ab197b883c748a0f6044ca78b2072;p=calc.git diff --git a/storage.h b/storage.h index d538e7b..896c264 100644 --- 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);