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

Minimize parameters required in C functions #11

Open
wwlwpd opened this issue Mar 7, 2025 · 0 comments
Open

Minimize parameters required in C functions #11

wwlwpd opened this issue Mar 7, 2025 · 0 comments

Comments

@wwlwpd
Copy link
Contributor

wwlwpd commented Mar 7, 2025

e.g., C functions should not expect row and column size if this information can be determined by inspection; e.g. row and col size should not have to be passed here to the function being tested, https://github.com/Perl-OpenMP/p5-OpenMP-Simple/blob/master/t/17-PerlOMP_2D_AoA_TO_2D_STRING_ARRAY.t

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

No branches or pull requests

1 participant