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
Is there support in Austral yet for using external types defined in C and including C libraries?
e.g. I'd like to do something like:
module IO.File is extern type FILE; function fopen(): FILE; end module.
Where the resulting C would produce the name FILE as-is, and ideally there'd be some way to include a C header like stdio in the output.
FILE
include
stdio
The text was updated successfully, but these errors were encountered:
Whoops, opened in the wrong repo, closing in favor of austral/austral#338
Sorry, something went wrong.
No branches or pull requests
Is there support in Austral yet for using external types defined in C and including C libraries?
e.g. I'd like to do something like:
Where the resulting C would produce the name
FILE
as-is, and ideally there'd be some way toinclude
a C header likestdio
in the output.The text was updated successfully, but these errors were encountered: