testing-repository/Gtkmm3/gtk131_calc2/src/calc.hh

6 lines
89 B
C++
Raw Normal View History

2022-06-09 16:27:22 +08:00
#pragma once
2022-06-22 19:07:25 +08:00
double calc_expression_value(const char * expression);
2022-06-09 16:27:22 +08:00
void calc_reset();