sheredom / utf8.h

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

Add restrict where appropriate. #24

Closed sheredom closed 8 years ago

sheredom commented 8 years ago

Partially fixes #14. Added restrict where appropriate for the functions (useful hint to the optimizer).