9 lines
167 B
C
9 lines
167 B
C
|
|
#ifndef HELPERS_LOG_DEBUGGER_H_
|
||
|
|
#define HELPERS_LOG_DEBUGGER_H_
|
||
|
|
|
||
|
|
#include "tree_sitter/runtime.h"
|
||
|
|
|
||
|
|
TSDebugger log_debugger_make();
|
||
|
|
|
||
|
|
#endif // HELPERS_LOG_DEBUGGER_H_
|