mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-06 01:32:50 -06:00
move the C sources to the subfolder pgf again for backwards compatibility
This commit is contained in:
13
src/runtime/c/pgf/text.h
Normal file
13
src/runtime/c/pgf/text.h
Normal 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
|
||||
Reference in New Issue
Block a user