_wassert

Assert failure function in the Microsoft C library. _assert is not in assert.h, but it is in the library.

version(!CRuntime_DigitalMars && CRuntime_Microsoft)
extern (C) @trusted nothrow @nogc
_wassert
(
const(wchar)* exp
,
const(wchar)* file
,
uint line
)

Meta