We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Binding char *__tzname[2]; (from time.h) works with Foreign but fails with Cstubs.FOREIGN with the error:
char *__tzname[2];
Fatal error: exception Cstubs_errors.Cstubs_internal_error("Unexpected array type encountered during ML code generation: char*[2]")
The text was updated successfully, but these errors were encountered:
Wonderful thanks! I'll get testing right away.
Sorry, something went wrong.
Cool - now have your date example ported to ctypes_of_clang via cstubs.
https://github.com/ujamjar/ctypes_of_clang/blob/master/examples/date/
That looks very nice!
No branches or pull requests
Binding
char *__tzname[2];
(from time.h) works with Foreign but fails with Cstubs.FOREIGN with the error:The text was updated successfully, but these errors were encountered: