libutf: Change return type of utftorunestr to size_t
It returns the size of the rune array, so size_t is the right type to use here.
This commit is contained in:
Reference in New Issue
Block a user
It returns the size of the rune array, so size_t is the right type to use here.