mirror of
https://github.com/sam-astro/Z-Sharp.git
synced 2025-12-10 15:52:12 +00:00
6 lines
76 B
C++
6 lines
76 B
C++
#ifndef EVAL_H
|
|
#define EVAL_H
|
|
|
|
float evaluate(const std::string& t);
|
|
|
|
#endif |