[Issue 22343] importC: Error: 'undefined identifier' with implicit declaration of function

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Sep 29 08:05:43 UTC 2021


https://issues.dlang.org/show_bug.cgi?id=22343

--- Comment #1 from Iain Buclaw <ibuclaw at gdcproject.org> ---
(In reply to Iain Buclaw from comment #0)
> Similar to issue 22342, functions can be implicitly declared in C11, and
> will have default function type `int(...)`.
On the C side, the type is really `int()`, but not specifying any parameters is
the same as accepting any parameters.

--


More information about the Digitalmars-d-bugs mailing list