forked from GitHub/gf-core
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