minix/commands/yap/pattern.h

15 lines
184 B
C
Raw Normal View History

2005-04-21 16:53:53 +02:00
/* Copyright (c) 1985 Ceriel J.H. Jacobs */
/* $Header$ */
# ifndef _PATTERN_
# define PUBLIC extern
# else
# define PUBLIC
# endif
char * re_comp();
int re_exec();
# undef PUBLIC