pcre.hw revision c3200c488bb3f941a88d5bed94abef0f46946bd3
/*************************************************
* Perl-Compatible Regular Expressions *
*************************************************/
/* Copyright (c) 1997-2000 University of Cambridge */
/* Win32 uses DLL by default */
# else
# endif
#else
/* Have to include stdlib.h in order to ensure that size_t is defined;
it is needed here for malloc. */
/* Allow for C++ users */
extern "C" {
/* Options */
/* Exec-time and get-time error codes */
/* Request types for pcre_fullinfo() */
/* Types */
typedef void pcre_extra;
functions if required. Some magic is required for Win32 DLL; it is null on
other OS. */
/* Functions */
const unsigned char *);
extern int pcre_copy_substring(const char *, int *, int, int, char *, int);
int, int, int, int *, int);
extern int pcre_get_substring(const char *, int *, int, int, const char **);
extern int pcre_get_substring_list(const char *, int *, int, const char ***);
extern const char *pcre_version(void);
} /* extern "C" */
#endif /* End of pcre.h */