#ifndef FORMULAS_H_ #define FORMULAS_H_ void formulas_init(void); void formulas_zero(void); void formulas_clear(void); #endif //FORMULAS_H_