Skip to content

ImportC: Method return type int interpreted as errno_t #21124

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

Closed
LightBender opened this issue Mar 31, 2025 · 1 comment
Closed

ImportC: Method return type int interpreted as errno_t #21124

LightBender opened this issue Mar 31, 2025 · 1 comment
Assignees
Labels
Feature:ImportC Pertaining to ImportC support

Comments

@LightBender
Copy link
Contributor

This C method declaration:
ZSTDLIB_API int ZSTD_minCLevel(void);

Produces the following D output:
nothrow @nogc errno_t ZSTD_minCLevel();

@LightBender LightBender added the Feature:ImportC Pertaining to ImportC support label Mar 31, 2025
@LightBender
Copy link
Contributor Author

This was my fault.

@LightBender LightBender closed this as not planned Won't fix, can't repro, duplicate, stale Mar 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:ImportC Pertaining to ImportC support
Projects
None yet
Development

No branches or pull requests

2 participants