7 lines
79 B
C
7 lines
79 B
C
#ifndef _ASSERT_H
|
|
#define _ASSERT_H
|
|
|
|
#define assert(expr)
|
|
|
|
#endif // _ASSERT_H
|