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

unsigned long long not handled #215

Open
mantielero opened this issue Jun 18, 2021 · 0 comments
Open

unsigned long long not handled #215

mantielero opened this issue Jun 18, 2021 · 0 comments

Comments

@mantielero
Copy link

The following a.hpp:

typedef unsigned long long bvec_t;

fails when doing c2nim --cpp --header a.hpp.

I think it should produce:

type
  bvec_t* = culonglong
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