4 lines
61 B
C
4 lines
61 B
C
|
#ifndef _ASSERT__
|
||
|
#define _ASSERT__
|
||
|
#define assert(n)
|
||
|
#endif
|