1
0
forked from GitHub/gf-core

added function abstractName from the API

This commit is contained in:
krangelov
2021-08-05 19:30:05 +02:00
parent 75e19bbffa
commit 217e0d8cc6
6 changed files with 101 additions and 7 deletions

View File

@@ -37,6 +37,12 @@
#endif
/* A generic structure to store text. The last field is variable length */
typedef struct {
size_t size;
char text[];
} PgfText;
typedef struct PgfPGF PgfPGF;
/* All functions that may fail take a reference to a PgfExn structure.