$darkmode
Herb C Reference
ast_pretty_print.h
Go to the documentation of this file.
1 // NOTE: This file is generated by the templates/template.rb script and should not
2 // be modified manually. See /home/runner/work/herb/herb/templates/src/include/ast_pretty_print.h.erb
3 
4 #ifndef HERB_AST_PRETTY_PRINT_H
5 #define HERB_AST_PRETTY_PRINT_H
6 
7 #include "ast_nodes.h"
8 #include "buffer.h"
9 
11  AST_NODE_T* node,
12  size_t indent,
13  size_t relative_indent,
14  buffer_T* buffer
15 );
16 
17 #endif
void ast_pretty_print_node(AST_NODE_T *node, size_t indent, size_t relative_indent, buffer_T *buffer)
Definition: ast_pretty_print.c:16
Definition: ast_nodes.h:52
Definition: buffer.h:7