home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1999 March B
/
SCO_CASTOR4RRT.iso
/
uccs
/
root.14
/
udk
/
usr
/
include
/
regexpr.h
< prev
next >
Wrap
C/C++ Source or Header
|
1998-08-19
|
1KB
|
35 lines
/*
* Copyright (c) 1998 The Santa Cruz Operation, Inc.. All Rights Reserved.
*
* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF THE
* SANTA CRUZ OPERATION INC.
*
* The copyright notice above does not evidence any actual or intended
* publication of such source code.
*/
#ifndef _REGEXPR_H
#define _REGEXPR_H
#ident "@(#)libgen:regexpr.h 1.3.1.1"
#define NBRA 9
#ifdef __cplusplus
extern "C" {
#endif
extern char *braslist[NBRA];
extern char *braelist[NBRA];
extern int nbra, regerrno, reglength;
extern char *loc1, *loc2, *locs;
extern int advance(const char *, const char *);
extern char *compile(const char *, char *, char *);
extern int step(const char *, const char *);
#ifdef __cplusplus
}
#endif
#endif /*_REGEXPR_H*/