dmd ~master (2023-11-01T14:17:50Z)
Dub
Repo
__assert
core
stdc
assert_
Assert failure function in the OpenBSD C library.
noreturn
__assert
(const(char)* func, const(char)* file, uint line, const(char)* exp)
noreturn
__assert
(const(char)* file, int line, const(char)* exp)
noreturn
__assert
(const(char)* file, int line, const(char)* exp)
version(!CRuntime_DigitalMars && !CRuntime_Microsoft && !Darwin && !FreeBSD && !NetBSD && OpenBSD)
extern (
C
) @
trusted
nothrow @
nogc
noreturn
__assert
(
const
(
char
)*
file
,
int
line
,
const
(
char
)*
exp
)
noreturn
__assert
(const(char)* func, const(char)* file, uint line, const(char)* exp)
noreturn
__assert
(const(char)* exp, const(char)* file, uint line)
noreturn
__assert
(const(char)* __file, int __line, const(char)* __msg)
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 OpenBSD C library.