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

C Interface #15

Closed
jacobwilliams opened this issue Feb 2, 2022 · 1 comment · Fixed by #29
Closed

C Interface #15

jacobwilliams opened this issue Feb 2, 2022 · 1 comment · Fixed by #29
Labels
bindings: C Export of C API via bind(c)

Comments

@jacobwilliams
Copy link
Member

Use iso_c_binding to make a C-style interface to the routines now in a module. See also #14.

@awvwgk awvwgk mentioned this issue Feb 5, 2022
11 tasks
@jacobwilliams
Copy link
Member Author

Aside: https://github.com/devernay/cminpack. Something else that can be studied.

Our goal should be to show a better way, that doesn't involved converting everything to C/C++.

@jacobwilliams jacobwilliams added the bindings: C Export of C API via bind(c) label Feb 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bindings: C Export of C API via bind(c)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant