7 lines
76 B
C
7 lines
76 B
C
|
#ifndef ASSERT_H
|
||
|
#define ASSERT_H
|
||
|
|
||
|
#define assert(ignore)((void) 0)
|
||
|
|
||
|
#endif
|