move the C sources to the subfolder pgf again for backwards compatibility

This commit is contained in:
krangelov
2021-08-08 18:29:16 +02:00
parent f70e1b8772
commit 91f183ca6a
17 changed files with 16 additions and 17 deletions

13
src/runtime/c/pgf/text.h Normal file
View File

@@ -0,0 +1,13 @@
#ifndef TEXT_H
#define TEXT_H
PGF_INTERNAL_DECL
int textcmp(PgfText *t1, PgfText *t2);
PGF_INTERNAL_DECL
PgfText* textdup(PgfText *t1);
PGF_API uint32_t
pgf_utf8_decode(const uint8_t** src_inout);
#endif