Add function for rendering the stack as a DOT graph
This commit is contained in:
parent
b99c257e9e
commit
6dd92c3abe
2 changed files with 79 additions and 0 deletions
|
|
@ -119,6 +119,8 @@ void ts_stack_clear(Stack *);
|
|||
void ts_stack_set_tree_selection_callback(Stack *, void *,
|
||||
TreeSelectionFunction);
|
||||
|
||||
char *ts_stack_dot_graph(Stack *, const char **);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue