forked from GitHub/gf-core
11 lines
227 B
C
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
|