NetBSD/gnu/usr.bin/awk/regexp.h

33 lines
734 B
C
Raw Normal View History

1993-03-21 12:45:37 +03:00
/********************************************
regexp.h
copyright 1991, Michael D. Brennan
This is a source file for mawk, an implementation of
the AWK programming language.
Mawk is distributed without warranty under the terms of
the GNU General Public License, version 2, 1991.
********************************************/
/*$Log: regexp.h,v $
1993-07-03 03:56:52 +04:00
/*Revision 1.2 1993/07/02 23:57:51 jtc
/*Updated to mawk 1.1.4
1993-03-21 12:45:37 +03:00
/*
1993-07-03 03:56:52 +04:00
* Revision 5.1 1991/12/05 07:59:30 brennan
1993-03-21 12:45:37 +03:00
* 1.1 pre-release
1993-07-03 03:56:52 +04:00
*
1993-03-21 12:45:37 +03:00
*/
#include <stdio.h>
PTR PROTO( REcompile , (char *) ) ;
int PROTO( REtest, (char *, PTR) ) ;
char *PROTO( REmatch, (char *, PTR, unsigned *) ) ;
void PROTO( REmprint, (PTR , FILE*) ) ;
extern int REerrno ;
extern char *REerrlist[] ;