8 lines
180 B
C++
8 lines
180 B
C++
#ifndef _library__mathexpr_ntype__hpp__included__
|
|
#define _library__mathexpr_ntype__hpp__included__
|
|
|
|
#include "mathexpr.hpp"
|
|
|
|
struct mathexpr_typeinfo* expression_value();
|
|
|
|
#endif
|