xant / libhl

Simple and fast C library implementing a thread-safe API to manage hash-tables, linked lists, lock-free ring buffers and queues
GNU Lesser General Public License v3.0
420 stars 117 forks source link

Fix reserved identifier violations #13

Closed elfring closed 9 years ago

elfring commented 9 years ago

Some identifiers do not fit to the expected naming convention for the programming language "C". They can be renamed.

A few macro parameters can also be enclosed by additional parentheses.