started on showPGF

This commit is contained in:
krangelov
2021-11-16 12:07:38 +01:00
parent 5649bc1ef0
commit 10e26575de
4 changed files with 26 additions and 1 deletions

View File

@@ -343,6 +343,9 @@ PgfText *pgf_print_expr(PgfExpr e,
PgfPrintContext *ctxt, int prio,
PgfMarshaller *m);
PGF_API_DECL
PgfText *pgf_print_ident(PgfText *name);
PGF_API_DECL
PgfExpr pgf_read_expr(PgfText *input, PgfUnmarshaller *u);