source: trunk/minix/commands/yap/pattern.h@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 265 bytes
RevLine 
[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
11char * re_comp();
12int re_exec();
13
14# undef PUBLIC
Note: See TracBrowser for help on using the repository browser.