__assert_rtn

Assert failure function in the Darwin C library.

version(!CRuntime_DigitalMars && !CRuntime_Microsoft && Darwin)
extern (C) @trusted nothrow @nogc
__assert_rtn
(
const(char)* func
,
const(char)* file
,
uint line
,
const(char)* exp
)

Meta