xref: /aosp_15_r20/external/libcups/vcnet/regex/debug.ih (revision 5e7646d21f1134fb0638875d812ef646c12ab91e)
1*5e7646d2SAndroid Build Coastguard Worker/* ========= begin header generated by ./mkh ========= */
2*5e7646d2SAndroid Build Coastguard Worker#ifdef __cplusplus
3*5e7646d2SAndroid Build Coastguard Workerextern "C" {
4*5e7646d2SAndroid Build Coastguard Worker#endif
5*5e7646d2SAndroid Build Coastguard Worker
6*5e7646d2SAndroid Build Coastguard Worker/* === debug.c === */
7*5e7646d2SAndroid Build Coastguard Workervoid regprint(regex_t *r, FILE *d);
8*5e7646d2SAndroid Build Coastguard Workerstatic void s_print(register struct re_guts *g, FILE *d);
9*5e7646d2SAndroid Build Coastguard Workerstatic char *regchar(int ch);
10*5e7646d2SAndroid Build Coastguard Worker
11*5e7646d2SAndroid Build Coastguard Worker#ifdef __cplusplus
12*5e7646d2SAndroid Build Coastguard Worker}
13*5e7646d2SAndroid Build Coastguard Worker#endif
14*5e7646d2SAndroid Build Coastguard Worker/* ========= end header generated by ./mkh ========= */
15