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

fix: simplify c api #671

Merged
merged 1 commit into from
May 17, 2024
Merged

fix: simplify c api #671

merged 1 commit into from
May 17, 2024

Conversation

anonrig
Copy link
Member

@anonrig anonrig commented May 17, 2024

Simplifies C API.

  • Replaces NULL with nullptr
  • Replaces duplicate declarations with auto
  • Fixes a clang-tidy warning for uninitialized variable.

@anonrig anonrig requested review from lemire and jasnell May 17, 2024 03:42
@anonrig anonrig merged commit 9581e53 into main May 17, 2024
36 checks passed
@anonrig anonrig deleted the simplify-c branch May 17, 2024 04:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants