/* Created 19 February 1996 */
typedef int    boolean;
#define TRUE   1
#define FALSE  0
int lc_strncmp(const char *s1, const char *s2, size_t len);
char *convexp(char *re);
char *expmatch(register char *s, register char *re, char **strtptr, char *mstring);
