mirror of
https://github.com/BoredDevNL/BoredOS.git
synced 2026-05-15 10:48:38 +00:00
4 lines
71 B
C
4 lines
71 B
C
#ifndef _ASSERT_H
|
|
#define _ASSERT_H
|
|
#define assert(x) ((void)0)
|
|
#endif
|