ref: 3c1bc3ba7d6a901a60f374d7272cf89f9eacb442 dir: /libc/include/z80/assert.h/
#ifndef _ASSERT_H #define _ASSERT_H #ifndef NDEBUG #define assert(exp) __assert(#exp, __FILE__, __LINE__) #endif #endif