7 lines
88 B
C
7 lines
88 B
C
#ifndef STD_ASSERT_H_
|
|
#define STD_ASSERT_H_
|
|
|
|
#define assert(x)
|
|
|
|
#endif // STD_ASSERT_H_
|