CCF's Expression Evaluator

#ifndef	IMW_EXPR_H
#define	IMW_EXPR_H

long	Evaluate	(int then_allowed);

#endif	/* IMW_EXPR_H */