mirror of
https://github.com/ZeroOSProject/ZeroOS.git
synced 2026-09-13 00:24:41 +08:00
7 lines
89 B
C
7 lines
89 B
C
#ifndef ZEROOS_ASSERT_H_
|
|
#define ZEROOS_ASSERT_H_
|
|
|
|
#define assert(x) ((void)(x))
|
|
|
|
#endif
|