| 54 |
|
|
| 55 |
/* Functions */ |
/* Functions */ |
| 56 |
|
|
| 57 |
extern pcre *pcre_compile(const char *, int, const char **, int *); |
extern pcre *pcre_compile(const char *, int, const char **, int *, |
| 58 |
|
const unsigned char *); |
| 59 |
extern int pcre_exec(const pcre *, const pcre_extra *, const char *, |
extern int pcre_exec(const pcre *, const pcre_extra *, const char *, |
| 60 |
int, int, int *, int); |
int, int, int *, int); |
| 61 |
|
extern unsigned const char *pcre_maketables(void); |
| 62 |
extern int pcre_info(const pcre *, int *, int *); |
extern int pcre_info(const pcre *, int *, int *); |
| 63 |
extern pcre_extra *pcre_study(const pcre *, int, const char **); |
extern pcre_extra *pcre_study(const pcre *, int, const char **); |
| 64 |
extern const char *pcre_version(void); |
extern const char *pcre_version(void); |