Closed elfring closed 12 years ago
The code is C compliant.
A few identifiers are not completely standard-compliant in your source files. Would you like to reconsider the use of leading underscores in your software library?
Fair enough. I'll fix this one.
Thanks!
I would like to point out that identifiers like "
_LTHREAD_H_
" and "_LTHREAD_POLLER_H_
" do not fit to the expected naming convention of the C language standard. Would you like to adjust your selection for unique names?