summaryrefslogtreecommitdiff
path: root/support/lgrind/source/regexp.h
blob: 048a2840e5ac8ee64550a06b8de8bbe6823fe6a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* sccsid[] = "@(#)regexp.h     3.6 (MPi) 3/8/98";
 * rcsid[] =
 * "$Id: regexp.h,v 1.3 1999/05/26 07:30:03 mike Exp $";
 * 
 * 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);