fix some bug

This commit is contained in:
Nishi 2026-03-02 03:53:10 +09:00
commit d0f2fc6c1c
Signed by: nishi
GPG key ID: 27EF69B208EB9343
3 changed files with 16 additions and 2 deletions

View file

@ -81,6 +81,8 @@ XLDECL xemil_t* xl_open_file(const char* filename);
/* util.c */
XLDECL char* xl_util_trim(const char* str);
XLDECL char* xl_util_strdup(const char* str);
/* unicode.c */
XLDECL int xl_unicode_count(unsigned char c);