graphvizAbstractTree in the C and Python runtimes

This commit is contained in:
kr.angelov
2013-08-15 08:06:37 +00:00
parent bce1dff728
commit 5337b4bef7
5 changed files with 129 additions and 82 deletions

View 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