bp/explain.h

14 lines
209 B
C
Raw Normal View History

//
// Debug visualization of matches
//
2021-08-01 21:30:41 -07:00
#ifndef EXPLAIN__H
#define EXPLAIN__H
#include "match.h"
__attribute__((nonnull))
2021-08-01 21:30:41 -07:00
void explain_match(match_t *m);
#endif
// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0