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