Files
gf-core/src/runtime/c/pgf/graphviz.h

11 lines
227 B
C

#ifndef PGF_GRAPHVIZ_H_
#define PGF_GRAPHVIZ_H_
void
pgf_graphviz_abstract_tree(PgfPGF* pgf, PgfExpr expr, GuOut* out, GuExn* err);
void
pgf_graphviz_parse_tree(PgfConcr* concr, PgfExpr expr, GuOut* out, GuExn* err);
#endif