source:
trunk/athena/etc/synctree/glob_match.c
@
6952
Revision 6952, 179 bytes checked in by probe, 31 years ago (diff) | |
---|---|
|
Line | |
---|---|
1 | /* |
2 | * glob_match.c: csh-style regexp pattern matcher. |
3 | * |
4 | * Copyright 1989 by Richard P. Basch |
5 | */ |
6 | |
7 | #define regexp(pattern,string) glob_match(pattern,string) |
8 | #include "regexp.c" |
Note: See TracBrowser
for help on using the repository browser.