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: correct the function prototype defined in the stub file in simplest_c example #937

Merged
merged 1 commit into from
Oct 24, 2024

Conversation

LinZhihao-723
Copy link
Contributor

In the simplest_c example, the stub file defines the function square to take two arguments. However, it only takes one in the C-extension implementation. This PR corrects the stub file to make it consistent with the C-extension implementation.

@henryiii henryiii enabled auto-merge (squash) October 24, 2024 03:47
@henryiii henryiii merged commit 4f5e1a0 into scikit-build:main Oct 24, 2024
61 checks passed
@henryiii
Copy link
Collaborator

Thanks!

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.

2 participants