slcc/fakelibc/assert.h

8 lines
132 B
C
Raw Permalink Normal View History

#ifndef _FAKELIBC_ASSERT_H
#define _FAKELIBC_ASSERT_H
#define assert(...) do {} while(0)
/* From ifndef at top of file: */
#endif