dmd ~master (2023-11-01T14:17:50Z)
Dub
Repo
_assert
core
stdc
assert_
Assert failure function in the Digital Mars C library.
noreturn
_assert
(const(void)* exp, const(void)* file, uint line)
version(CRuntime_DigitalMars)
extern (
C
) @
trusted
nothrow @
nogc
noreturn
_assert
(
const
(
void
)*
exp
,
const
(
void
)*
file
,
uint
line
)
noreturn
_assert
(const(char)* exp, const(char)* file, uint line)
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 Digital Mars C library.