1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-05 16:59:35 +03:00
mariadb/regex/debug.ih
bar@gw.udmsearch.izhnet.ru 2eed406550 Regex library is switched to use new ctype tools
to allow usage of many character sets at a time.
2002-03-06 20:04:13 +04:00

15 lines
385 B
Plaintext

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