Thread overview
What is "extern(System)"?
8 hours ago
CRy386i
8 hours ago
Zealot
8 hours ago
Nicholas Wilson
8 hours ago

I have confusion what's this mean? Is it use specific linking thing for specific system or it's just api thing or abi?

What does mean "System"?

8 hours ago

On Friday, 31 October 2025 at 21:43:26 UTC, CRy386i wrote:

>

I have confusion what's this mean? Is it use specific linking thing for specific system or it's just api thing or abi?

What does mean "System"?

System is the same as Windows on Windows platforms, and C on other platforms.

8 hours ago

On Friday, 31 October 2025 at 21:43:26 UTC, CRy386i wrote:

>

I have confusion what's this mean? Is it use specific linking thing for specific system or it's just api thing or abi?

What does mean "System"?

extern(System) is extern(Windows) on Windows and extern(C) everywhere else. It is an ABI thing, not just a linker thing.