assert.h 75 B

123456
  1. #ifndef __ASSERT_H
  2. #define __ASSERT_H
  3. #define assert(x) ((void)0)
  4. #endif