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