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