shithub: scc

ref: 906fb08c99904b7530efa13b2529a60a2e9c034c
dir: /libc/include/z80/assert.h/

View raw version

#ifndef _ASSERT_H
#define _ASSERT_H

#ifndef NDEBUG
#define assert(exp) __assert(#exp, __FILE__, __LINE__)
#endif

#endif