Open tehKaiN opened 1 year ago
checkNull()
assert()
aceAssert()
static_assert()
logWrite()
systemKill()
I also think that assert calls could change into GCC assume attribute on release or other non-assert builds
assume
https://gcc.gnu.org/onlinedocs/gcc/Statement-Attributes.html
checkNull()
withassert()
(aceAssert()
?)static_assert()
syntax with 2nd parameter allowing for error messagelogWrite()
logWrite()
and then hang in infinite loopsystemKill()
prints to console?