Closed elfring closed 8 years ago
You are right, it should be ok now
Thanks for your improvement of affected identifiers.
How do you think about support for the programming language "C++"?
Do you refer to the double underscore ? The code is written in pure C and maratis_tiny_c_lib make use of extern "C"
. So C should take precedence.
I suggest to reconsider also the use of double underscores in your source files.
Would you like to take the possibility into account that a developer would instruct an other compiler implementation to perform data processing with the provided files as C++ source code intentionally?
I would like to point out that identifiers like "
_CTOY_H_
" and "_M_DIST_T
" do eventually not fit to the expected naming convention of the C language standard. Would you like to adjust your selection for unique names?