diff options
Diffstat (limited to 'src/runtime/c/gu/utf8.h')
| -rw-r--r-- | src/runtime/c/gu/utf8.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/runtime/c/gu/utf8.h b/src/runtime/c/gu/utf8.h index 7cf42d56a..7674c6e02 100644 --- a/src/runtime/c/gu/utf8.h +++ b/src/runtime/c/gu/utf8.h @@ -29,7 +29,12 @@ gu_out_utf8(GuUCS ucs, GuOut* out, GuExn* err) } } +// Helper functions used in other modules + GuUCS gu_utf8_decode(const uint8_t** utf8); +void +gu_in_utf8_buf(uint8_t** buf, GuIn* in, GuExn* err); + #endif // GU_UTF8_H_ |
