sheredom / utf8.h

📚 single header utf8 string functions for C and C++
The Unlicense
1.71k stars 122 forks source link

utf8.h:399: redeclaration of method utf8size #67

Closed Prunes93 closed 4 years ago

Prunes93 commented 4 years ago

In line 399 of utf8.h, function size_t utf8size(const void *str) is redeclared, causing a compile-time error (using GCC 9.1). First declaration is in line 162.

sheredom commented 4 years ago

Can you try https://github.com/sheredom/utf8.h/pull/68 please?

Prunes93 commented 4 years ago

Of course it works! Thank you.