abCalc/abCalc/expr/abCExpReal.h

18 lines
226 B
C
Raw Normal View History

2017-09-12 03:14:06 +00:00
/*
abCExpReal.h
By: Jeremy Rand
*/
#ifndef ABCEXPREAL_H
#define ABCEXPREAL_H
struct abCalcExpr;
void abCalcExprRealInit(void);
void abCalcExprRealSet(struct abCalcExpr *expr, abCalcRealType value);
#endif