7 lines
82 B
C
7 lines
82 B
C
|
#ifndef __ASSERT_H
|
||
|
#define __ASSERT_H
|
||
|
|
||
|
#define assert(x)
|
||
|
|
||
|
#endif /* __ASSERT_H */
|