xref: /openbsd-src/regress/lib/libc/regex/main.ih (revision b2ea75c1b17e1a9a339660e7ed45cd24946b230e)
1/*	$OpenBSD: main.ih,v 1.2 2001/01/29 02:05:44 niklas Exp $	*/
2/*	$NetBSD: main.ih,v 1.2 1995/04/20 22:39:55 cgd Exp $	*/
3
4/* ========= begin header generated by ./mkh ========= */
5#ifdef __cplusplus
6extern "C" {
7#endif
8
9/* === main.c === */
10void regress __P((FILE *in));
11void try __P((char *f0, char *f1, char *f2, char *f3, char *f4, int opts));
12int options __P((int type, char *s));
13int opt __P((int c, char *s));
14void fixstr __P((register char *p));
15char *check __P((char *str, regmatch_t sub, char *should));
16static char *eprint __P((int err));
17static int efind __P((char *name));
18
19#ifdef __cplusplus
20}
21#endif
22/* ========= end header generated by ./mkh ========= */
23