sheredom / utf8.h

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

Fix pure functions #112

Open lucic71 opened 10 months ago

lucic71 commented 10 months ago

This drops utf8_pure where the functions do non-pure calls and adds utf8_pure to functions that are not already marked pure.