shithub: scc

ref: b02c8d26d90e1db6ac3115adb35f7b0c01b15acc
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