diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-07-17 14:05:10 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-07-17 14:05:10 -0700 |
| commit | 378e94090f5fb61b6c1e35b99e597dfca61ef7a9 (patch) | |
| tree | c8a8e2f0b278b46150315db09e603633f2e48aab /matchviz.h | |
| parent | 0f059615786dcdeb436f7d570a6bb3fa2e621eb6 (diff) | |
Factored debug visualization into its own file
Diffstat (limited to 'matchviz.h')
| -rw-r--r-- | matchviz.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/matchviz.h b/matchviz.h new file mode 100644 index 0000000..eb87774 --- /dev/null +++ b/matchviz.h @@ -0,0 +1,13 @@ +// +// Debug visualization of matches +// +#ifndef DEBUGVIZ__H +#define DEBUGVIZ__H + +#include "types.h" + +__attribute__((nonnull)) +void visualize_match(match_t *m); + +#endif +// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1 |
