1
0
forked from GitHub/gf-core

in libgu mark explicitly all functions that belong to the API

This commit is contained in:
krasimir
2017-04-19 12:30:40 +00:00
parent 38dd190ff4
commit a03a99b9c7
35 changed files with 311 additions and 372 deletions

View File

@@ -31,13 +31,13 @@ gu_out_utf8(GuUCS ucs, GuOut* out, GuExn* err)
// Helper functions used in other modules
GuUCS
GU_API_DECL GuUCS
gu_utf8_decode(const uint8_t** buf);
void
GU_API_DECL void
gu_utf8_encode(GuUCS ucs, uint8_t** buf);
void
GU_API_DECL void
gu_in_utf8_buf(uint8_t** buf, GuIn* in, GuExn* err);
#endif // GU_UTF8_H_