shithub: scc

ref: 95232a91309714fde82840811c7bae6c53dd5778
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