shithub: scc

ref: 3b24f6d8f63683c0cf5e19b9af7f93a2e9f28215
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