diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-08-01 21:30:41 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-08-01 21:30:41 -0700 |
| commit | 41bd2ce6fa1da19c645fc6f7b4ce171235dac1f2 (patch) | |
| tree | ad1c523be2e86ca0b7e3e56b5a8fa4b099346ed4 /explain.h | |
| parent | 18c2f865346563129b26b933877dd2ffc29731d1 (diff) | |
Renamed matchviz -> explain
Diffstat (limited to 'explain.h')
| -rw-r--r-- | explain.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/explain.h b/explain.h new file mode 100644 index 0000000..75cf184 --- /dev/null +++ b/explain.h @@ -0,0 +1,13 @@ +// +// Debug visualization of matches +// +#ifndef EXPLAIN__H +#define EXPLAIN__H + +#include "types.h" + +__attribute__((nonnull)) +void explain_match(match_t *m); + +#endif +// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1 |
