dmd ~master (2023-11-01T14:17:50Z)
Dub
Repo
__assert_rtn
core
stdc
assert_
Assert failure function in the Darwin C library.
version(!CRuntime_DigitalMars && !CRuntime_Microsoft && Darwin)
extern (
C
) @
trusted
nothrow @
nogc
noreturn
__assert_rtn
(
const
(
char
)*
func
,
const
(
char
)*
file
,
uint
line
,
const
(
char
)*
exp
)
Meta
Source
See Implementation
core
stdc
assert_
functions
__assert
__assert13
__assert2
__assert_fail
__assert_perror_fail
__assert_rtn
_assert
_wassert
Assert failure function in the Darwin C library.