Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change library type names to use CamelCase rather than _t suffix #246

Open
saxbophone opened this issue Mar 6, 2019 · 0 comments
Open
Labels

Comments

@saxbophone
Copy link
Owner

_t suffix in type names conflicts with POSIX, which reserves all identifiers ending in _t. Even though this currently works on POSIX systems, I'd rather not invite any possibility of name conflicts like this in the future.

This will also make my coding style identical to that which I follow in C++ and Python.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant