minix/commands/yap/pattern.h
2005-04-21 14:53:53 +00:00

15 lines
184 B
C
Executable file

/* 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