cast.h 204 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 #ifndef _CAST_H_ #define _CAST_H_ #include "expValue.h" s_expVal * castExprToInt (s_expVal *); s_expVal * castExprToFloat (s_expVal *); s_expVal * castExprToString (s_expVal *); #endif /* _CAST_H_ */