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

Headers files are not compatible with C++ #66

Open
vbmithr opened this issue Dec 15, 2021 · 0 comments
Open

Headers files are not compatible with C++ #66

vbmithr opened this issue Dec 15, 2021 · 0 comments

Comments

@vbmithr
Copy link

vbmithr commented Dec 15, 2021

All [u,]intXX.h files should use extern "C" { ... } to allow linking with a C++ binding. I ran into this issue and worked it around by doing extern "C" { #include <uint64.h> }

But it would be nicer to put this directly in aforementioned files.

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