/* Find an expression in a line */

#ifndef __findexp_h
#define __findexp_h

extern int findexp(const char *line, const char *expression,
	char terminator);

#endif
