This website requires JavaScript.
Explore
Help
Register
Sign In
daleclack
/
testing-repository
mirror of
https://github.com/daleclack/testing-repository
Watch
1
Star
0
Fork
You've already forked testing-repository
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
67fd417be5
testing-repository
/
Gtkmm3
/
gtk131_calc2
/
src
/
calc.hh
6 lines
89 B
C++
Raw
Normal View
History
Unescape
Escape
Add gtk131
2022-06-09 16:27:22 +08:00
#
pragma once
Update gtk131
2022-06-22 19:07:25 +08:00
double
calc_expression_value
(
const
char
*
expression
)
;
Add gtk131
2022-06-09 16:27:22 +08:00
void
calc_reset
(
)
;