15 lines
347 B
Plaintext
15 lines
347 B
Plaintext
|
/* ========= begin header generated by ./mkh ========= */
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
/* === debug.c === */
|
||
|
void regprint __P((regex_t *r, FILE *d));
|
||
|
static void s_print __P((register struct re_guts *g, FILE *d));
|
||
|
static char *regchar __P((int ch));
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
/* ========= end header generated by ./mkh ========= */
|