8 lines
132 B
C
8 lines
132 B
C
#ifndef _FAKELIBC_ASSERT_H
|
|
#define _FAKELIBC_ASSERT_H
|
|
|
|
#define assert(...) do {} while(0)
|
|
|
|
/* From ifndef at top of file: */
|
|
#endif
|