attractivechaos / klib

A standalone and lightweight C library
http://attractivechaos.github.io/klib/
MIT License
4.18k stars 556 forks source link

reserved identifier violation #102

Closed elfring closed 5 years ago

elfring commented 6 years ago

I would like to point out that identifiers like “__KAVL_FIND” and “__bufsizedo eventually not fit to the expected naming convention of the C++ language standard. Would you like to adjust your selection for unique names?

elfring commented 5 years ago

How do you think about to avoid that this software depends on undefined behaviour?