foboot/include/assert.h

7 lines
82 B
C
Raw Normal View History

#ifndef __ASSERT_H
#define __ASSERT_H
#define assert(x)
#endif /* __ASSERT_H */