ImportC: Method return type int
interpreted as errno_t
#21124
Labels
Feature:ImportC
Pertaining to ImportC support
This C method declaration:
ZSTDLIB_API int ZSTD_minCLevel(void);
Produces the following D output:
nothrow @nogc errno_t ZSTD_minCLevel();
The text was updated successfully, but these errors were encountered: