mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-28 05:52:51 -06:00
graphvizAbstractTree in the C and Python runtimes
This commit is contained in:
7
src/runtime/c/pgf/graphviz.h
Normal file
7
src/runtime/c/pgf/graphviz.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef PGF_GRAPHVIZ_H_
|
||||
#define PGF_GRAPHVIZ_H_
|
||||
|
||||
void
|
||||
pgf_graphviz_abstract_tree(PgfExpr expr, GuWriter* wtr, GuExn* err);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user