source:
trunk/minix/commands/yap/pattern.h@
10
Last change on this file since 10 was 9, checked in by , 14 years ago | |
---|---|
File size: 265 bytes |
Rev | Line | |
---|---|---|
[9] | 1 | /* Copyright (c) 1985 Ceriel J.H. Jacobs */ |
2 | ||
3 | /* $Header: /cvsup/minix/src/commands/yap/pattern.h,v 1.1.1.1 2005/04/21 14:55:41 beng Exp $ */ | |
4 | ||
5 | # ifndef _PATTERN_ | |
6 | # define PUBLIC extern | |
7 | # else | |
8 | # define PUBLIC | |
9 | # endif | |
10 | ||
11 | char * re_comp(); | |
12 | int re_exec(); | |
13 | ||
14 | # undef PUBLIC |
Note:
See TracBrowser
for help on using the repository browser.