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

6 lines
86 B
C++
Raw Normal View History

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