You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to point out that a prefix like “cmdf__” does eventually not fit to the expected naming convention of the C language standard.
Would you like to adjust your selection for unique names?
The text was updated successfully, but these errors were encountered:
The naming convention is indeed not very C friendly; it was done so because the library was meant to be used from C, and C support was only added afterwards.
Changing the naming convention to remove the cmdf__ prefix will break the C API, so I prefer not to do so, even at the expense of violating the standard's recommendations.
I am leaving this issue open, and any ideas will be greatly appreciated.
I would like to point out that a prefix like “
cmdf__
” does eventually not fit to the expected naming convention of the C language standard.Would you like to adjust your selection for unique names?
The text was updated successfully, but these errors were encountered: