From 41bd2ce6fa1da19c645fc6f7b4ce171235dac1f2 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 1 Aug 2021 21:30:41 -0700 Subject: Renamed matchviz -> explain --- explain.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 explain.h (limited to 'explain.h') 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 -- cgit v1.2.3